Shades of Fire Engine Red #C41F29
Tints of Fire Engine Red #C41F29
RGB
CMYK
RGB Variations
Color information
#C41F29 (or 0xC41F29) is known color: Fire Engine Red. HEX triplet: C4, 1F and 29. RGB value is (196,31,41). Sum of RGB (Red+Green+Blue) = 196+31+41=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F29 is #3BE0D6. Grayscale: #515151. Windows color (decimal): -3924183 or 2695108. OLE color: 2695108.
HSL color Cylindrical-coordinate representation of color #C41F29: hue angle of 356.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F29 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 41 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.23 |
| HSL | 356.36º | 0.73% | 0.45% | - |
| HSV(B) | 356.36º | 0.84% | 0.77% | - |
| XYZ | 23.66 | 12.88 | 3.34 | - |
| YUV | 81.48 | 105.16 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 41 | 0 | 0.84 | 0.79 | 0.23 | 356.36 | 0.73 | 0.45 |
| Hex | C4 | 1F | 29 | 0 | 54 | 4F | 17 | 164 | 49 | 2D |
| Octal | 304 | 37 | 51 | 0 | 124 | 117 | 27 | 544 | 111 | 55 |
| Binary | 11000100 | 11111 | 101001 | 0 | 1010100 | 1001111 | 10111 | 101100100 | 1001001 | 101101 |
Color Harmonies of #C41F29
Complementary color
Monochromatic Colors of #C41F29
Black with #C41F29
Text Example
Text Example
White with #C41F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F29; }
p { color: rgb(196,31,41); }
H1.HeaderClassName
{
color: #C41F29;
}
.AnyTagClassName
{
color: #C41F29;
}
</style>
background-color css
<style>
a { background-color: #C41F29; }
a { background-color: rgb(196,31,41); }
div.DivClassName
{
background-color: #C41F29;
}
.BgClassName
{
background-color: #C41F29;
}
</style>
border-color css
<style>
span { border-color: #C41F29; }
span { border-color: rgb(196,31,41); }
td.TdClassName
{
border-color: #C41F29;
}
.TagClassName
{
border-color: #C41F29;
}
</style>