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