Shades of Fire Engine Red #CF111E
Tints of Fire Engine Red #CF111E
RGB
CMYK
RGB Variations
Color information
#CF111E (or 0xCF111E) is known color: Fire Engine Red. HEX triplet: CF, 11 and 1E. RGB value is (207,17,30). Sum of RGB (Red+Green+Blue) = 207+17+30=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF111E is #30EEE1. Grayscale: #4B4B4B. Windows color (decimal): -3206882 or 1970639. OLE color: 1970639.
HSL color Cylindrical-coordinate representation of color #CF111E: hue angle of 355.89º 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 #CF111E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.19 |
| HSL | 355.89º | 0.85% | 0.44% | - |
| HSV(B) | 355.89º | 0.92% | 0.81% | - |
| XYZ | 26.17 | 13.76 | 2.51 | - |
| YUV | 75.29 | 102.45 | 221.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 30 | 0 | 0.92 | 0.86 | 0.19 | 355.89 | 0.85 | 0.44 |
| Hex | CF | 11 | 1E | 0 | 5C | 56 | 13 | 164 | 55 | 2C |
| Octal | 317 | 21 | 36 | 0 | 134 | 126 | 23 | 544 | 125 | 54 |
| Binary | 11001111 | 10001 | 11110 | 0 | 1011100 | 1010110 | 10011 | 101100100 | 1010101 | 101100 |
Color Harmonies of #CF111E
Complementary color
Monochromatic Colors of #CF111E
Black with #CF111E
Text Example
Text Example
White with #CF111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF111E; }
p { color: rgb(207,17,30); }
H1.HeaderClassName
{
color: #CF111E;
}
.AnyTagClassName
{
color: #CF111E;
}
</style>
background-color css
<style>
a { background-color: #CF111E; }
a { background-color: rgb(207,17,30); }
div.DivClassName
{
background-color: #CF111E;
}
.BgClassName
{
background-color: #CF111E;
}
</style>
border-color css
<style>
span { border-color: #CF111E; }
span { border-color: rgb(207,17,30); }
td.TdClassName
{
border-color: #CF111E;
}
.TagClassName
{
border-color: #CF111E;
}
</style>