Shades of Fire Engine Red #C41820
Tints of Fire Engine Red #C41820
RGB
CMYK
RGB Variations
Color information
#C41820 (or 0xC41820) is known color: Fire Engine Red. HEX triplet: C4, 18 and 20. RGB value is (196,24,32). Sum of RGB (Red+Green+Blue) = 196+24+32=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C41820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41820 is #3BE7DF. Grayscale: #4C4C4C. Windows color (decimal): -3925984 or 2103492. OLE color: 2103492.
HSL color Cylindrical-coordinate representation of color #C41820: hue angle of 357.21º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.23 |
| HSL | 357.21º | 0.78% | 0.43% | - |
| HSV(B) | 357.21º | 0.88% | 0.77% | - |
| XYZ | 23.35 | 12.49 | 2.55 | - |
| YUV | 76.34 | 102.98 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 32 | 0 | 0.88 | 0.84 | 0.23 | 357.21 | 0.78 | 0.43 |
| Hex | C4 | 18 | 20 | 0 | 58 | 54 | 17 | 165 | 4E | 2B |
| Octal | 304 | 30 | 40 | 0 | 130 | 124 | 27 | 545 | 116 | 53 |
| Binary | 11000100 | 11000 | 100000 | 0 | 1011000 | 1010100 | 10111 | 101100101 | 1001110 | 101011 |
Color Harmonies of #C41820
Complementary color
Monochromatic Colors of #C41820
Black with #C41820
Text Example
Text Example
White with #C41820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41820; }
p { color: rgb(196,24,32); }
H1.HeaderClassName
{
color: #C41820;
}
.AnyTagClassName
{
color: #C41820;
}
</style>
background-color css
<style>
a { background-color: #C41820; }
a { background-color: rgb(196,24,32); }
div.DivClassName
{
background-color: #C41820;
}
.BgClassName
{
background-color: #C41820;
}
</style>
border-color css
<style>
span { border-color: #C41820; }
span { border-color: rgb(196,24,32); }
td.TdClassName
{
border-color: #C41820;
}
.TagClassName
{
border-color: #C41820;
}
</style>