Shades of Fire Engine Red #CF112A
Tints of Fire Engine Red #CF112A
RGB
CMYK
RGB Variations
Color information
#CF112A (or 0xCF112A) is known color: Fire Engine Red. HEX triplet: CF, 11 and 2A. RGB value is (207,17,42). Sum of RGB (Red+Green+Blue) = 207+17+42=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF112A is #30EED5. Grayscale: #4C4C4C. Windows color (decimal): -3206870 or 2757071. OLE color: 2757071.
HSL color Cylindrical-coordinate representation of color #CF112A: hue angle of 352.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 #CF112A is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 42 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.19 |
| HSL | 352.11º | 0.85% | 0.44% | - |
| HSV(B) | 352.11º | 0.92% | 0.81% | - |
| XYZ | 26.35 | 13.83 | 3.47 | - |
| YUV | 76.66 | 108.45 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 42 | 0 | 0.92 | 0.80 | 0.19 | 352.11 | 0.85 | 0.44 |
| Hex | CF | 11 | 2A | 0 | 5C | 50 | 13 | 160 | 55 | 2C |
| Octal | 317 | 21 | 52 | 0 | 134 | 120 | 23 | 540 | 125 | 54 |
| Binary | 11001111 | 10001 | 101010 | 0 | 1011100 | 1010000 | 10011 | 101100000 | 1010101 | 101100 |
Color Harmonies of #CF112A
Complementary color
Monochromatic Colors of #CF112A
Black with #CF112A
Text Example
Text Example
White with #CF112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF112A; }
p { color: rgb(207,17,42); }
H1.HeaderClassName
{
color: #CF112A;
}
.AnyTagClassName
{
color: #CF112A;
}
</style>
background-color css
<style>
a { background-color: #CF112A; }
a { background-color: rgb(207,17,42); }
div.DivClassName
{
background-color: #CF112A;
}
.BgClassName
{
background-color: #CF112A;
}
</style>
border-color css
<style>
span { border-color: #CF112A; }
span { border-color: rgb(207,17,42); }
td.TdClassName
{
border-color: #CF112A;
}
.TagClassName
{
border-color: #CF112A;
}
</style>