#C21A16

Color #C21A16 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C21A16

Tints of Fire Brick #C21A16

Color information

#C21A16 (or 0xC21A16) is unknown color: approx Fire Brick. HEX triplet: C2, 1A and 16. RGB value is (194,26,22). Sum of RGB (Red+Green+Blue) = 194+26+22=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A16 is #3DE5E9. Grayscale: #4B4B4B. Windows color (decimal): -4056554 or 1448642. OLE color: 1448642.

HSL color Cylindrical-coordinate representation of color #C21A16: hue angle of 1.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21A16 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1942622-
CMYK00.870.890.24
HSL1.4º79.63%42.35%-
HSV(B)1.4º88.66%76.08%-
XYZ22.7612.271.93-
YUV75.7897.66212.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 80.17%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=80.17%
G=10.74%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194262200.870.890.241.479.6342.35
HexC21A1605759181502a
Octal3023226012713130112052
Binary1100001011010101100101011110110011100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21A16; }

 p { color: rgb(194,26,22); }

 H1.HeaderClassName
 {
   color: #C21A16;
 }
 .AnyTagClassName
 {
   color: #C21A16;
 }
</style>
background-color css

<style>
 a { background-color: #C21A16; }

 a { background-color: rgb(194,26,22); }

 div.DivClassName
 {
   background-color: #C21A16;
 }
 .BgClassName
 {
   background-color: #C21A16;
 }
</style>
border-color css

<style>
 span { border-color: #C21A16; }

 span { border-color: rgb(194,26,22); }

 td.TdClassName
 {
   border-color: #C21A16;
 }
 .TagClassName
 {
   border-color: #C21A16;
 }
</style>