Shades of Fire Engine Red #CF1418
Tints of Fire Engine Red #CF1418
RGB
CMYK
RGB Variations
Color information
#CF1418 (or 0xCF1418) is known color: Fire Engine Red. HEX triplet: CF, 14 and 18. RGB value is (207,20,24). Sum of RGB (Red+Green+Blue) = 207+20+24=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1418 is #30EBE7. Grayscale: #4C4C4C. Windows color (decimal): -3206120 or 1578191. OLE color: 1578191.
HSL color Cylindrical-coordinate representation of color #CF1418: hue angle of 358.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 24 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.19 |
| HSL | 358.72º | 0.82% | 0.45% | - |
| HSV(B) | 358.72º | 0.9% | 0.81% | - |
| XYZ | 26.15 | 13.83 | 2.16 | - |
| YUV | 76.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 24 | 0 | 0.90 | 0.88 | 0.19 | 358.72 | 0.82 | 0.45 |
| Hex | CF | 14 | 18 | 0 | 5A | 58 | 13 | 167 | 52 | 2D |
| Octal | 317 | 24 | 30 | 0 | 132 | 130 | 23 | 547 | 122 | 55 |
| Binary | 11001111 | 10100 | 11000 | 0 | 1011010 | 1011000 | 10011 | 101100111 | 1010010 | 101101 |
Color Harmonies of #CF1418
Complementary color
Monochromatic Colors of #CF1418
Black with #CF1418
Text Example
Text Example
White with #CF1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1418; }
p { color: rgb(207,20,24); }
H1.HeaderClassName
{
color: #CF1418;
}
.AnyTagClassName
{
color: #CF1418;
}
</style>
background-color css
<style>
a { background-color: #CF1418; }
a { background-color: rgb(207,20,24); }
div.DivClassName
{
background-color: #CF1418;
}
.BgClassName
{
background-color: #CF1418;
}
</style>
border-color css
<style>
span { border-color: #CF1418; }
span { border-color: rgb(207,20,24); }
td.TdClassName
{
border-color: #CF1418;
}
.TagClassName
{
border-color: #CF1418;
}
</style>