#C21E14

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

Shades of Fire Brick #C21E14

Tints of Fire Brick #C21E14

Color information

#C21E14 (or 0xC21E14) is unknown color: approx Fire Brick. HEX triplet: C2, 1E and 14. RGB value is (194,30,20). Sum of RGB (Red+Green+Blue) = 194+30+20=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E14 is #3DE1EB. Grayscale: #4E4E4E. Windows color (decimal): -4055532 or 1318594. OLE color: 1318594.

HSL color Cylindrical-coordinate representation of color #C21E14: hue angle of 3.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21E14 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1943020-
CMYK00.850.900.24
HSL3.45º81.31%41.96%-
HSV(B)3.45º89.69%76.08%-
XYZ22.8412.451.86-
YUV77.995.33210.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 79.51%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=79.51%
G=12.30%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194302000.850.900.243.4581.3141.96
HexC21E140555A183512a
Octal3023624012513230312152
Binary11000010111101010001010101101101011000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21E14; }

 p { color: rgb(194,30,20); }

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

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

 a { background-color: rgb(194,30,20); }

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

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

 span { border-color: rgb(194,30,20); }

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