Shades of Fire Engine Red #CF0F26
Tints of Fire Engine Red #CF0F26
RGB
CMYK
RGB Variations
Color information
#CF0F26 (or 0xCF0F26) is known color: Fire Engine Red. HEX triplet: CF, 0F and 26. RGB value is (207,15,38). Sum of RGB (Red+Green+Blue) = 207+15+38=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F26 is #30F0D9. Grayscale: #4B4B4B. Windows color (decimal): -3207386 or 2494415. OLE color: 2494415.
HSL color Cylindrical-coordinate representation of color #CF0F26: hue angle of 352.81º 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 #CF0F26 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 38 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.19 |
| HSL | 352.81º | 0.86% | 0.44% | - |
| HSV(B) | 352.81º | 0.93% | 0.81% | - |
| XYZ | 26.25 | 13.75 | 3.1 | - |
| YUV | 75.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 38 | 0 | 0.93 | 0.82 | 0.19 | 352.81 | 0.86 | 0.44 |
| Hex | CF | F | 26 | 0 | 5D | 52 | 13 | 161 | 56 | 2C |
| Octal | 317 | 17 | 46 | 0 | 135 | 122 | 23 | 541 | 126 | 54 |
| Binary | 11001111 | 1111 | 100110 | 0 | 1011101 | 1010010 | 10011 | 101100001 | 1010110 | 101100 |
Color Harmonies of #CF0F26
Complementary color
Monochromatic Colors of #CF0F26
Black with #CF0F26
Text Example
Text Example
White with #CF0F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F26; }
p { color: rgb(207,15,38); }
H1.HeaderClassName
{
color: #CF0F26;
}
.AnyTagClassName
{
color: #CF0F26;
}
</style>
background-color css
<style>
a { background-color: #CF0F26; }
a { background-color: rgb(207,15,38); }
div.DivClassName
{
background-color: #CF0F26;
}
.BgClassName
{
background-color: #CF0F26;
}
</style>
border-color css
<style>
span { border-color: #CF0F26; }
span { border-color: rgb(207,15,38); }
td.TdClassName
{
border-color: #CF0F26;
}
.TagClassName
{
border-color: #CF0F26;
}
</style>