#C41E1F

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

Shades of Fire Engine Red #C41E1F

Tints of Fire Engine Red #C41E1F

Color information

#C41E1F (or 0xC41E1F) is unknown color: approx Fire Engine Red. HEX triplet: C4, 1E and 1F. RGB value is (196,30,31). Sum of RGB (Red+Green+Blue) = 196+30+31=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E1F is #3BE1E0. Grayscale: #4F4F4F. Windows color (decimal): -3924449 or 2039492. OLE color: 2039492.

HSL color Cylindrical-coordinate representation of color #C41E1F: hue angle of 359.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB1963031-
CMYK00.850.840.23
HSL359.64º73.45%44.31%-
HSV(B)359.64º84.69%76.86%-
XYZ23.4812.762.52-
YUV79.75100.5210.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 76.26%
GREEN value IS 30 (12.11% from 255) = 11.67%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=76.26%
G=11.67%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196303100.850.840.23359.6473.4544.31
HexC41E1F0555417168492c
Octal304363701251242755011154
Binary110001001111011111010101011010100101111011010001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41E1F; }

 p { color: rgb(196,30,31); }

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

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

 a { background-color: rgb(196,30,31); }

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

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

 span { border-color: rgb(196,30,31); }

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