#C41A14

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

Shades of Fire Brick #C41A14

Tints of Fire Brick #C41A14

Color information

#C41A14 (or 0xC41A14) is unknown color: approx Fire Brick. HEX triplet: C4, 1A and 14. RGB value is (196,26,20). Sum of RGB (Red+Green+Blue) = 196+26+20=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A14 is #3BE5EB. Grayscale: #4C4C4C. Windows color (decimal): -3925484 or 1317572. OLE color: 1317572.

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

Color convert

RGB1962620-
CMYK00.870.900.23
HSL2.05º81.48%42.35%-
HSV(B)2.05º89.8%76.86%-
XYZ23.2612.531.85-
YUV76.1596.32213.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.99%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=80.99%
G=10.74%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196262000.870.900.232.0581.4842.35
HexC41A140575A172512a
Octal3043224012713227212152
Binary11000100110101010001010111101101010111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41A14; }

 p { color: rgb(196,26,20); }

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

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

 a { background-color: rgb(196,26,20); }

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

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

 span { border-color: rgb(196,26,20); }

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