Shades of Fire Engine Red #CF0B2E
Tints of Fire Engine Red #CF0B2E
RGB
CMYK
RGB Variations
Color information
#CF0B2E (or 0xCF0B2E) is known color: Fire Engine Red. HEX triplet: CF, 0B and 2E. RGB value is (207,11,46). Sum of RGB (Red+Green+Blue) = 207+11+46=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0B2E is #30F4D1. Grayscale: #494949. Windows color (decimal): -3208402 or 3017679. OLE color: 3017679.
HSL color Cylindrical-coordinate representation of color #CF0B2E: hue angle of 349.29º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B2E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 46 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.19 |
| HSL | 349.29º | 0.9% | 0.43% | - |
| HSV(B) | 349.29º | 0.95% | 0.81% | - |
| XYZ | 26.34 | 13.7 | 3.84 | - |
| YUV | 73.59 | 112.43 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 46 | 0 | 0.95 | 0.78 | 0.19 | 349.29 | 0.9 | 0.43 |
| Hex | CF | B | 2E | 0 | 5F | 4E | 13 | 15D | 5A | 2B |
| Octal | 317 | 13 | 56 | 0 | 137 | 116 | 23 | 535 | 132 | 53 |
| Binary | 11001111 | 1011 | 101110 | 0 | 1011111 | 1001110 | 10011 | 101011101 | 1011010 | 101011 |
Color Harmonies of #CF0B2E
Complementary color
Monochromatic Colors of #CF0B2E
Black with #CF0B2E
Text Example
Text Example
White with #CF0B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B2E; }
p { color: rgb(207,11,46); }
H1.HeaderClassName
{
color: #CF0B2E;
}
.AnyTagClassName
{
color: #CF0B2E;
}
</style>
background-color css
<style>
a { background-color: #CF0B2E; }
a { background-color: rgb(207,11,46); }
div.DivClassName
{
background-color: #CF0B2E;
}
.BgClassName
{
background-color: #CF0B2E;
}
</style>
border-color css
<style>
span { border-color: #CF0B2E; }
span { border-color: rgb(207,11,46); }
td.TdClassName
{
border-color: #CF0B2E;
}
.TagClassName
{
border-color: #CF0B2E;
}
</style>