Shades of Fire Engine Red #CF0B26
Tints of Fire Engine Red #CF0B26
RGB
CMYK
RGB Variations
Color information
#CF0B26 (or 0xCF0B26) is known color: Fire Engine Red. HEX triplet: CF, 0B and 26. RGB value is (207,11,38). Sum of RGB (Red+Green+Blue) = 207+11+38=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0B26 is #30F4D9. Grayscale: #484848. Windows color (decimal): -3208410 or 2493391. OLE color: 2493391.
HSL color Cylindrical-coordinate representation of color #CF0B26: hue angle of 351.73º 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 #CF0B26 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 38 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.19 |
| HSL | 351.73º | 0.9% | 0.43% | - |
| HSV(B) | 351.73º | 0.95% | 0.81% | - |
| XYZ | 26.2 | 13.64 | 3.09 | - |
| YUV | 72.68 | 108.43 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 38 | 0 | 0.95 | 0.82 | 0.19 | 351.73 | 0.9 | 0.43 |
| Hex | CF | B | 26 | 0 | 5F | 52 | 13 | 160 | 5A | 2B |
| Octal | 317 | 13 | 46 | 0 | 137 | 122 | 23 | 540 | 132 | 53 |
| Binary | 11001111 | 1011 | 100110 | 0 | 1011111 | 1010010 | 10011 | 101100000 | 1011010 | 101011 |
Color Harmonies of #CF0B26
Complementary color
Monochromatic Colors of #CF0B26
Black with #CF0B26
Text Example
Text Example
White with #CF0B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B26; }
p { color: rgb(207,11,38); }
H1.HeaderClassName
{
color: #CF0B26;
}
.AnyTagClassName
{
color: #CF0B26;
}
</style>
background-color css
<style>
a { background-color: #CF0B26; }
a { background-color: rgb(207,11,38); }
div.DivClassName
{
background-color: #CF0B26;
}
.BgClassName
{
background-color: #CF0B26;
}
</style>
border-color css
<style>
span { border-color: #CF0B26; }
span { border-color: rgb(207,11,38); }
td.TdClassName
{
border-color: #CF0B26;
}
.TagClassName
{
border-color: #CF0B26;
}
</style>