Shades of Fire Engine Red #CF1118
Tints of Fire Engine Red #CF1118
RGB
CMYK
RGB Variations
Color information
#CF1118 (or 0xCF1118) is known color: Fire Engine Red. HEX triplet: CF, 11 and 18. RGB value is (207,17,24). Sum of RGB (Red+Green+Blue) = 207+17+24=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1118 is #30EEE7. Grayscale: #4A4A4A. Windows color (decimal): -3206888 or 1577423. OLE color: 1577423.
HSL color Cylindrical-coordinate representation of color #CF1118: hue angle of 357.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1118 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 24 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.19 |
| HSL | 357.79º | 0.85% | 0.44% | - |
| HSV(B) | 357.79º | 0.92% | 0.81% | - |
| XYZ | 26.1 | 13.73 | 2.14 | - |
| YUV | 74.61 | 99.45 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 24 | 0 | 0.92 | 0.88 | 0.19 | 357.79 | 0.85 | 0.44 |
| Hex | CF | 11 | 18 | 0 | 5C | 58 | 13 | 166 | 55 | 2C |
| Octal | 317 | 21 | 30 | 0 | 134 | 130 | 23 | 546 | 125 | 54 |
| Binary | 11001111 | 10001 | 11000 | 0 | 1011100 | 1011000 | 10011 | 101100110 | 1010101 | 101100 |
Color Harmonies of #CF1118
Complementary color
Monochromatic Colors of #CF1118
Black with #CF1118
Text Example
Text Example
White with #CF1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1118; }
p { color: rgb(207,17,24); }
H1.HeaderClassName
{
color: #CF1118;
}
.AnyTagClassName
{
color: #CF1118;
}
</style>
background-color css
<style>
a { background-color: #CF1118; }
a { background-color: rgb(207,17,24); }
div.DivClassName
{
background-color: #CF1118;
}
.BgClassName
{
background-color: #CF1118;
}
</style>
border-color css
<style>
span { border-color: #CF1118; }
span { border-color: rgb(207,17,24); }
td.TdClassName
{
border-color: #CF1118;
}
.TagClassName
{
border-color: #CF1118;
}
</style>