Shades of Fire Engine Red #C41320
Tints of Fire Engine Red #C41320
RGB
CMYK
RGB Variations
Color information
#C41320 (or 0xC41320) is known color: Fire Engine Red. HEX triplet: C4, 13 and 20. RGB value is (196,19,32). Sum of RGB (Red+Green+Blue) = 196+19+32=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C41320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41320 is #3BECDF. Grayscale: #494949. Windows color (decimal): -3927264 or 2102212. OLE color: 2102212.
HSL color Cylindrical-coordinate representation of color #C41320: hue angle of 355.59º degrees, saturation: 0.82, 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 #C41320 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.23 |
| HSL | 355.59º | 0.82% | 0.42% | - |
| HSV(B) | 355.59º | 0.9% | 0.77% | - |
| XYZ | 23.26 | 12.31 | 2.52 | - |
| YUV | 73.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 32 | 0 | 0.90 | 0.84 | 0.23 | 355.59 | 0.82 | 0.42 |
| Hex | C4 | 13 | 20 | 0 | 5A | 54 | 17 | 164 | 52 | 2A |
| Octal | 304 | 23 | 40 | 0 | 132 | 124 | 27 | 544 | 122 | 52 |
| Binary | 11000100 | 10011 | 100000 | 0 | 1011010 | 1010100 | 10111 | 101100100 | 1010010 | 101010 |
Color Harmonies of #C41320
Complementary color
Monochromatic Colors of #C41320
Black with #C41320
Text Example
Text Example
White with #C41320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41320; }
p { color: rgb(196,19,32); }
H1.HeaderClassName
{
color: #C41320;
}
.AnyTagClassName
{
color: #C41320;
}
</style>
background-color css
<style>
a { background-color: #C41320; }
a { background-color: rgb(196,19,32); }
div.DivClassName
{
background-color: #C41320;
}
.BgClassName
{
background-color: #C41320;
}
</style>
border-color css
<style>
span { border-color: #C41320; }
span { border-color: rgb(196,19,32); }
td.TdClassName
{
border-color: #C41320;
}
.TagClassName
{
border-color: #C41320;
}
</style>