Shades of Fire Engine Red #CF1117
Tints of Fire Engine Red #CF1117
RGB
CMYK
RGB Variations
Color information
#CF1117 (or 0xCF1117) is known color: Fire Engine Red. HEX triplet: CF, 11 and 17. RGB value is (207,17,23). Sum of RGB (Red+Green+Blue) = 207+17+23=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1117 is #30EEE8. Grayscale: #4A4A4A. Windows color (decimal): -3206889 or 1511887. OLE color: 1511887.
HSL color Cylindrical-coordinate representation of color #CF1117: hue angle of 358.11º 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 #CF1117 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 23 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.19 |
| HSL | 358.11º | 0.85% | 0.44% | - |
| HSV(B) | 358.11º | 0.92% | 0.81% | - |
| XYZ | 26.09 | 13.73 | 2.09 | - |
| YUV | 74.49 | 98.95 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 23 | 0 | 0.92 | 0.89 | 0.19 | 358.11 | 0.85 | 0.44 |
| Hex | CF | 11 | 17 | 0 | 5C | 59 | 13 | 166 | 55 | 2C |
| Octal | 317 | 21 | 27 | 0 | 134 | 131 | 23 | 546 | 125 | 54 |
| Binary | 11001111 | 10001 | 10111 | 0 | 1011100 | 1011001 | 10011 | 101100110 | 1010101 | 101100 |
Color Harmonies of #CF1117
Complementary color
Monochromatic Colors of #CF1117
Black with #CF1117
Text Example
Text Example
White with #CF1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1117; }
p { color: rgb(207,17,23); }
H1.HeaderClassName
{
color: #CF1117;
}
.AnyTagClassName
{
color: #CF1117;
}
</style>
background-color css
<style>
a { background-color: #CF1117; }
a { background-color: rgb(207,17,23); }
div.DivClassName
{
background-color: #CF1117;
}
.BgClassName
{
background-color: #CF1117;
}
</style>
border-color css
<style>
span { border-color: #CF1117; }
span { border-color: rgb(207,17,23); }
td.TdClassName
{
border-color: #CF1117;
}
.TagClassName
{
border-color: #CF1117;
}
</style>