Shades of Fire Engine Red #CF0A2E
Tints of Fire Engine Red #CF0A2E
RGB
CMYK
RGB Variations
Color information
#CF0A2E (or 0xCF0A2E) is known color: Fire Engine Red. HEX triplet: CF, 0A and 2E. RGB value is (207,10,46). Sum of RGB (Red+Green+Blue) = 207+10+46=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A2E is #30F5D1. Grayscale: #494949. Windows color (decimal): -3208658 or 3017423. OLE color: 3017423.
HSL color Cylindrical-coordinate representation of color #CF0A2E: hue angle of 349.04º degrees, saturation: 0.91, 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 #CF0A2E is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 46 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.19 |
| HSL | 349.04º | 0.91% | 0.43% | - |
| HSV(B) | 349.04º | 0.95% | 0.81% | - |
| XYZ | 26.33 | 13.68 | 3.84 | - |
| YUV | 73.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 46 | 0 | 0.95 | 0.78 | 0.19 | 349.04 | 0.91 | 0.43 |
| Hex | CF | A | 2E | 0 | 5F | 4E | 13 | 15D | 5B | 2B |
| Octal | 317 | 12 | 56 | 0 | 137 | 116 | 23 | 535 | 133 | 53 |
| Binary | 11001111 | 1010 | 101110 | 0 | 1011111 | 1001110 | 10011 | 101011101 | 1011011 | 101011 |
Color Harmonies of #CF0A2E
Complementary color
Monochromatic Colors of #CF0A2E
Black with #CF0A2E
Text Example
Text Example
White with #CF0A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A2E; }
p { color: rgb(207,10,46); }
H1.HeaderClassName
{
color: #CF0A2E;
}
.AnyTagClassName
{
color: #CF0A2E;
}
</style>
background-color css
<style>
a { background-color: #CF0A2E; }
a { background-color: rgb(207,10,46); }
div.DivClassName
{
background-color: #CF0A2E;
}
.BgClassName
{
background-color: #CF0A2E;
}
</style>
border-color css
<style>
span { border-color: #CF0A2E; }
span { border-color: rgb(207,10,46); }
td.TdClassName
{
border-color: #CF0A2E;
}
.TagClassName
{
border-color: #CF0A2E;
}
</style>