Shades of Fire Engine Red #C41921
Tints of Fire Engine Red #C41921
RGB
CMYK
RGB Variations
Color information
#C41921 (or 0xC41921) is known color: Fire Engine Red. HEX triplet: C4, 19 and 21. RGB value is (196,25,33). Sum of RGB (Red+Green+Blue) = 196+25+33=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41921 is #3BE6DE. Grayscale: #4D4D4D. Windows color (decimal): -3925727 or 2169284. OLE color: 2169284.
HSL color Cylindrical-coordinate representation of color #C41921: hue angle of 357.19º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41921 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 33 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.23 |
| HSL | 357.19º | 0.77% | 0.43% | - |
| HSV(B) | 357.19º | 0.87% | 0.77% | - |
| XYZ | 23.39 | 12.54 | 2.63 | - |
| YUV | 77.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 33 | 0 | 0.87 | 0.83 | 0.23 | 357.19 | 0.77 | 0.43 |
| Hex | C4 | 19 | 21 | 0 | 57 | 53 | 17 | 165 | 4D | 2B |
| Octal | 304 | 31 | 41 | 0 | 127 | 123 | 27 | 545 | 115 | 53 |
| Binary | 11000100 | 11001 | 100001 | 0 | 1010111 | 1010011 | 10111 | 101100101 | 1001101 | 101011 |
Color Harmonies of #C41921
Complementary color
Monochromatic Colors of #C41921
Black with #C41921
Text Example
Text Example
White with #C41921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41921; }
p { color: rgb(196,25,33); }
H1.HeaderClassName
{
color: #C41921;
}
.AnyTagClassName
{
color: #C41921;
}
</style>
background-color css
<style>
a { background-color: #C41921; }
a { background-color: rgb(196,25,33); }
div.DivClassName
{
background-color: #C41921;
}
.BgClassName
{
background-color: #C41921;
}
</style>
border-color css
<style>
span { border-color: #C41921; }
span { border-color: rgb(196,25,33); }
td.TdClassName
{
border-color: #C41921;
}
.TagClassName
{
border-color: #C41921;
}
</style>