Shades of Fire Engine Red #C51418
Tints of Fire Engine Red #C51418
RGB
CMYK
RGB Variations
Color information
#C51418 (or 0xC51418) is known color: Fire Engine Red. HEX triplet: C5, 14 and 18. RGB value is (197,20,24). Sum of RGB (Red+Green+Blue) = 197+20+24=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C51418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51418 is #3AEBE7. Grayscale: #494949. Windows color (decimal): -3861480 or 1578181. OLE color: 1578181.
HSL color Cylindrical-coordinate representation of color #C51418: hue angle of 358.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 24 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.23 |
| HSL | 358.64º | 0.82% | 0.43% | - |
| HSV(B) | 358.64º | 0.9% | 0.77% | - |
| XYZ | 23.44 | 12.44 | 2.03 | - |
| YUV | 73.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 24 | 0 | 0.90 | 0.88 | 0.23 | 358.64 | 0.82 | 0.43 |
| Hex | C5 | 14 | 18 | 0 | 5A | 58 | 17 | 167 | 52 | 2B |
| Octal | 305 | 24 | 30 | 0 | 132 | 130 | 27 | 547 | 122 | 53 |
| Binary | 11000101 | 10100 | 11000 | 0 | 1011010 | 1011000 | 10111 | 101100111 | 1010010 | 101011 |
Color Harmonies of #C51418
Complementary color
Monochromatic Colors of #C51418
Black with #C51418
Text Example
Text Example
White with #C51418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51418; }
p { color: rgb(197,20,24); }
H1.HeaderClassName
{
color: #C51418;
}
.AnyTagClassName
{
color: #C51418;
}
</style>
background-color css
<style>
a { background-color: #C51418; }
a { background-color: rgb(197,20,24); }
div.DivClassName
{
background-color: #C51418;
}
.BgClassName
{
background-color: #C51418;
}
</style>
border-color css
<style>
span { border-color: #C51418; }
span { border-color: rgb(197,20,24); }
td.TdClassName
{
border-color: #C51418;
}
.TagClassName
{
border-color: #C51418;
}
</style>