Shades of Fire Engine Red #C41517
Tints of Fire Engine Red #C41517
RGB
CMYK
RGB Variations
Color information
#C41517 (or 0xC41517) is known color: Fire Engine Red. HEX triplet: C4, 15 and 17. RGB value is (196,21,23). Sum of RGB (Red+Green+Blue) = 196+21+23=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41517 is #3BEAE8. Grayscale: #494949. Windows color (decimal): -3926761 or 1512900. OLE color: 1512900.
HSL color Cylindrical-coordinate representation of color #C41517: hue angle of 359.31º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41517 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 23 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.23 |
| HSL | 359.31º | 0.81% | 0.43% | - |
| HSV(B) | 359.31º | 0.89% | 0.77% | - |
| XYZ | 23.19 | 12.33 | 1.97 | - |
| YUV | 73.55 | 99.48 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 23 | 0 | 0.89 | 0.88 | 0.23 | 359.31 | 0.81 | 0.43 |
| Hex | C4 | 15 | 17 | 0 | 59 | 58 | 17 | 167 | 51 | 2B |
| Octal | 304 | 25 | 27 | 0 | 131 | 130 | 27 | 547 | 121 | 53 |
| Binary | 11000100 | 10101 | 10111 | 0 | 1011001 | 1011000 | 10111 | 101100111 | 1010001 | 101011 |
Color Harmonies of #C41517
Complementary color
Monochromatic Colors of #C41517
Black with #C41517
Text Example
Text Example
White with #C41517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41517; }
p { color: rgb(196,21,23); }
H1.HeaderClassName
{
color: #C41517;
}
.AnyTagClassName
{
color: #C41517;
}
</style>
background-color css
<style>
a { background-color: #C41517; }
a { background-color: rgb(196,21,23); }
div.DivClassName
{
background-color: #C41517;
}
.BgClassName
{
background-color: #C41517;
}
</style>
border-color css
<style>
span { border-color: #C41517; }
span { border-color: rgb(196,21,23); }
td.TdClassName
{
border-color: #C41517;
}
.TagClassName
{
border-color: #C41517;
}
</style>