Shades of Fire Engine Red #CF0D26
Tints of Fire Engine Red #CF0D26
RGB
CMYK
RGB Variations
Color information
#CF0D26 (or 0xCF0D26) is known color: Fire Engine Red. HEX triplet: CF, 0D and 26. RGB value is (207,13,38). Sum of RGB (Red+Green+Blue) = 207+13+38=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D26 is #30F2D9. Grayscale: #494949. Windows color (decimal): -3207898 or 2493903. OLE color: 2493903.
HSL color Cylindrical-coordinate representation of color #CF0D26: hue angle of 352.27º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D26 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 38 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.19 |
| HSL | 352.27º | 0.88% | 0.43% | - |
| HSV(B) | 352.27º | 0.94% | 0.81% | - |
| XYZ | 26.23 | 13.69 | 3.09 | - |
| YUV | 73.86 | 107.77 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 38 | 0 | 0.94 | 0.82 | 0.19 | 352.27 | 0.88 | 0.43 |
| Hex | CF | D | 26 | 0 | 5E | 52 | 13 | 160 | 58 | 2B |
| Octal | 317 | 15 | 46 | 0 | 136 | 122 | 23 | 540 | 130 | 53 |
| Binary | 11001111 | 1101 | 100110 | 0 | 1011110 | 1010010 | 10011 | 101100000 | 1011000 | 101011 |
Color Harmonies of #CF0D26
Complementary color
Monochromatic Colors of #CF0D26
Black with #CF0D26
Text Example
Text Example
White with #CF0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D26; }
p { color: rgb(207,13,38); }
H1.HeaderClassName
{
color: #CF0D26;
}
.AnyTagClassName
{
color: #CF0D26;
}
</style>
background-color css
<style>
a { background-color: #CF0D26; }
a { background-color: rgb(207,13,38); }
div.DivClassName
{
background-color: #CF0D26;
}
.BgClassName
{
background-color: #CF0D26;
}
</style>
border-color css
<style>
span { border-color: #CF0D26; }
span { border-color: rgb(207,13,38); }
td.TdClassName
{
border-color: #CF0D26;
}
.TagClassName
{
border-color: #CF0D26;
}
</style>