Shades of Fire Engine Red #CF1018
Tints of Fire Engine Red #CF1018
RGB
CMYK
RGB Variations
Color information
#CF1018 (or 0xCF1018) is known color: Fire Engine Red. HEX triplet: CF, 10 and 18. RGB value is (207,16,24). Sum of RGB (Red+Green+Blue) = 207+16+24=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1018 is #30EFE7. Grayscale: #4A4A4A. Windows color (decimal): -3207144 or 1577167. OLE color: 1577167.
HSL color Cylindrical-coordinate representation of color #CF1018: hue angle of 357.49º degrees, saturation: 0.86, 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 #CF1018 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 24 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.19 |
| HSL | 357.49º | 0.86% | 0.44% | - |
| HSV(B) | 357.49º | 0.92% | 0.81% | - |
| XYZ | 26.08 | 13.7 | 2.13 | - |
| YUV | 74.02 | 99.78 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 24 | 0 | 0.92 | 0.88 | 0.19 | 357.49 | 0.86 | 0.44 |
| Hex | CF | 10 | 18 | 0 | 5C | 58 | 13 | 165 | 56 | 2C |
| Octal | 317 | 20 | 30 | 0 | 134 | 130 | 23 | 545 | 126 | 54 |
| Binary | 11001111 | 10000 | 11000 | 0 | 1011100 | 1011000 | 10011 | 101100101 | 1010110 | 101100 |
Color Harmonies of #CF1018
Complementary color
Monochromatic Colors of #CF1018
Black with #CF1018
Text Example
Text Example
White with #CF1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1018; }
p { color: rgb(207,16,24); }
H1.HeaderClassName
{
color: #CF1018;
}
.AnyTagClassName
{
color: #CF1018;
}
</style>
background-color css
<style>
a { background-color: #CF1018; }
a { background-color: rgb(207,16,24); }
div.DivClassName
{
background-color: #CF1018;
}
.BgClassName
{
background-color: #CF1018;
}
</style>
border-color css
<style>
span { border-color: #CF1018; }
span { border-color: rgb(207,16,24); }
td.TdClassName
{
border-color: #CF1018;
}
.TagClassName
{
border-color: #CF1018;
}
</style>