Shades of Fire Engine Red #CF0F2C
Tints of Fire Engine Red #CF0F2C
RGB
CMYK
RGB Variations
Color information
#CF0F2C (or 0xCF0F2C) is known color: Fire Engine Red. HEX triplet: CF, 0F and 2C. RGB value is (207,15,44). Sum of RGB (Red+Green+Blue) = 207+15+44=266 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.82% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F2C is #30F0D3. Grayscale: #4B4B4B. Windows color (decimal): -3207380 or 2887631. OLE color: 2887631.
HSL color Cylindrical-coordinate representation of color #CF0F2C: hue angle of 350.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F2C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 44 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.19 |
| HSL | 350.94º | 0.86% | 0.44% | - |
| HSV(B) | 350.94º | 0.93% | 0.81% | - |
| XYZ | 26.36 | 13.79 | 3.66 | - |
| YUV | 75.71 | 110.11 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 44 | 0 | 0.93 | 0.79 | 0.19 | 350.94 | 0.86 | 0.44 |
| Hex | CF | F | 2C | 0 | 5D | 4F | 13 | 15F | 56 | 2C |
| Octal | 317 | 17 | 54 | 0 | 135 | 117 | 23 | 537 | 126 | 54 |
| Binary | 11001111 | 1111 | 101100 | 0 | 1011101 | 1001111 | 10011 | 101011111 | 1010110 | 101100 |
Color Harmonies of #CF0F2C
Complementary color
Monochromatic Colors of #CF0F2C
Black with #CF0F2C
Text Example
Text Example
White with #CF0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F2C; }
p { color: rgb(207,15,44); }
H1.HeaderClassName
{
color: #CF0F2C;
}
.AnyTagClassName
{
color: #CF0F2C;
}
</style>
background-color css
<style>
a { background-color: #CF0F2C; }
a { background-color: rgb(207,15,44); }
div.DivClassName
{
background-color: #CF0F2C;
}
.BgClassName
{
background-color: #CF0F2C;
}
</style>
border-color css
<style>
span { border-color: #CF0F2C; }
span { border-color: rgb(207,15,44); }
td.TdClassName
{
border-color: #CF0F2C;
}
.TagClassName
{
border-color: #CF0F2C;
}
</style>