Shades of Fire Engine Red #CF0E25
Tints of Fire Engine Red #CF0E25
RGB
CMYK
RGB Variations
Color information
#CF0E25 (or 0xCF0E25) is known color: Fire Engine Red. HEX triplet: CF, 0E and 25. RGB value is (207,14,37). Sum of RGB (Red+Green+Blue) = 207+14+37=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0E25 is #30F1DA. Grayscale: #4A4A4A. Windows color (decimal): -3207643 or 2428623. OLE color: 2428623.
HSL color Cylindrical-coordinate representation of color #CF0E25: hue angle of 352.85º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0E25 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 14 | 37 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.19 |
| HSL | 352.85º | 0.87% | 0.43% | - |
| HSV(B) | 352.85º | 0.93% | 0.81% | - |
| XYZ | 26.22 | 13.71 | 3.02 | - |
| YUV | 74.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 14 | 37 | 0 | 0.93 | 0.82 | 0.19 | 352.85 | 0.87 | 0.43 |
| Hex | CF | E | 25 | 0 | 5D | 52 | 13 | 161 | 57 | 2B |
| Octal | 317 | 16 | 45 | 0 | 135 | 122 | 23 | 541 | 127 | 53 |
| Binary | 11001111 | 1110 | 100101 | 0 | 1011101 | 1010010 | 10011 | 101100001 | 1010111 | 101011 |
Color Harmonies of #CF0E25
Complementary color
Monochromatic Colors of #CF0E25
Black with #CF0E25
Text Example
Text Example
White with #CF0E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0E25; }
p { color: rgb(207,14,37); }
H1.HeaderClassName
{
color: #CF0E25;
}
.AnyTagClassName
{
color: #CF0E25;
}
</style>
background-color css
<style>
a { background-color: #CF0E25; }
a { background-color: rgb(207,14,37); }
div.DivClassName
{
background-color: #CF0E25;
}
.BgClassName
{
background-color: #CF0E25;
}
</style>
border-color css
<style>
span { border-color: #CF0E25; }
span { border-color: rgb(207,14,37); }
td.TdClassName
{
border-color: #CF0E25;
}
.TagClassName
{
border-color: #CF0E25;
}
</style>