Shades of Fire Engine Red #CF112C
Tints of Fire Engine Red #CF112C
RGB
CMYK
RGB Variations
Color information
#CF112C (or 0xCF112C) is known color: Fire Engine Red. HEX triplet: CF, 11 and 2C. RGB value is (207,17,44). Sum of RGB (Red+Green+Blue) = 207+17+44=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF112C is #30EED3. Grayscale: #4C4C4C. Windows color (decimal): -3206868 or 2888143. OLE color: 2888143.
HSL color Cylindrical-coordinate representation of color #CF112C: hue angle of 351.47º 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 #CF112C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 44 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.19 |
| HSL | 351.47º | 0.85% | 0.44% | - |
| HSV(B) | 351.47º | 0.92% | 0.81% | - |
| XYZ | 26.39 | 13.85 | 3.67 | - |
| YUV | 76.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 44 | 0 | 0.92 | 0.79 | 0.19 | 351.47 | 0.85 | 0.44 |
| Hex | CF | 11 | 2C | 0 | 5C | 4F | 13 | 15F | 55 | 2C |
| Octal | 317 | 21 | 54 | 0 | 134 | 117 | 23 | 537 | 125 | 54 |
| Binary | 11001111 | 10001 | 101100 | 0 | 1011100 | 1001111 | 10011 | 101011111 | 1010101 | 101100 |
Color Harmonies of #CF112C
Complementary color
Monochromatic Colors of #CF112C
Black with #CF112C
Text Example
Text Example
White with #CF112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF112C; }
p { color: rgb(207,17,44); }
H1.HeaderClassName
{
color: #CF112C;
}
.AnyTagClassName
{
color: #CF112C;
}
</style>
background-color css
<style>
a { background-color: #CF112C; }
a { background-color: rgb(207,17,44); }
div.DivClassName
{
background-color: #CF112C;
}
.BgClassName
{
background-color: #CF112C;
}
</style>
border-color css
<style>
span { border-color: #CF112C; }
span { border-color: rgb(207,17,44); }
td.TdClassName
{
border-color: #CF112C;
}
.TagClassName
{
border-color: #CF112C;
}
</style>