Shades of Fire Engine Red #C41920
Tints of Fire Engine Red #C41920
RGB
CMYK
RGB Variations
Color information
#C41920 (or 0xC41920) is known color: Fire Engine Red. HEX triplet: C4, 19 and 20. RGB value is (196,25,32). Sum of RGB (Red+Green+Blue) = 196+25+32=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C41920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41920 is #3BE6DF. Grayscale: #4D4D4D. Windows color (decimal): -3925728 or 2103748. OLE color: 2103748.
HSL color Cylindrical-coordinate representation of color #C41920: hue angle of 357.54º 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 #C41920 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 32 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.23 |
| HSL | 357.54º | 0.77% | 0.43% | - |
| HSV(B) | 357.54º | 0.87% | 0.77% | - |
| XYZ | 23.37 | 12.54 | 2.55 | - |
| YUV | 76.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 32 | 0 | 0.87 | 0.84 | 0.23 | 357.54 | 0.77 | 0.43 |
| Hex | C4 | 19 | 20 | 0 | 57 | 54 | 17 | 166 | 4D | 2B |
| Octal | 304 | 31 | 40 | 0 | 127 | 124 | 27 | 546 | 115 | 53 |
| Binary | 11000100 | 11001 | 100000 | 0 | 1010111 | 1010100 | 10111 | 101100110 | 1001101 | 101011 |
Color Harmonies of #C41920
Complementary color
Monochromatic Colors of #C41920
Black with #C41920
Text Example
Text Example
White with #C41920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41920; }
p { color: rgb(196,25,32); }
H1.HeaderClassName
{
color: #C41920;
}
.AnyTagClassName
{
color: #C41920;
}
</style>
background-color css
<style>
a { background-color: #C41920; }
a { background-color: rgb(196,25,32); }
div.DivClassName
{
background-color: #C41920;
}
.BgClassName
{
background-color: #C41920;
}
</style>
border-color css
<style>
span { border-color: #C41920; }
span { border-color: rgb(196,25,32); }
td.TdClassName
{
border-color: #C41920;
}
.TagClassName
{
border-color: #C41920;
}
</style>