Shades of Fire Engine Red #CF0F1A
Tints of Fire Engine Red #CF0F1A
RGB
CMYK
RGB Variations
Color information
#CF0F1A (or 0xCF0F1A) is known color: Fire Engine Red. HEX triplet: CF, 0F and 1A. RGB value is (207,15,26). Sum of RGB (Red+Green+Blue) = 207+15+26=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F1A is #30F0E5. Grayscale: #494949. Windows color (decimal): -3207398 or 1707983. OLE color: 1707983.
HSL color Cylindrical-coordinate representation of color #CF0F1A: hue angle of 356.56º 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 #CF0F1A is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 26 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.19 |
| HSL | 356.56º | 0.86% | 0.44% | - |
| HSV(B) | 356.56º | 0.93% | 0.81% | - |
| XYZ | 26.09 | 13.68 | 2.24 | - |
| YUV | 73.66 | 101.11 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 26 | 0 | 0.93 | 0.87 | 0.19 | 356.56 | 0.86 | 0.44 |
| Hex | CF | F | 1A | 0 | 5D | 57 | 13 | 165 | 56 | 2C |
| Octal | 317 | 17 | 32 | 0 | 135 | 127 | 23 | 545 | 126 | 54 |
| Binary | 11001111 | 1111 | 11010 | 0 | 1011101 | 1010111 | 10011 | 101100101 | 1010110 | 101100 |
Color Harmonies of #CF0F1A
Complementary color
Monochromatic Colors of #CF0F1A
Black with #CF0F1A
Text Example
Text Example
White with #CF0F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F1A; }
p { color: rgb(207,15,26); }
H1.HeaderClassName
{
color: #CF0F1A;
}
.AnyTagClassName
{
color: #CF0F1A;
}
</style>
background-color css
<style>
a { background-color: #CF0F1A; }
a { background-color: rgb(207,15,26); }
div.DivClassName
{
background-color: #CF0F1A;
}
.BgClassName
{
background-color: #CF0F1A;
}
</style>
border-color css
<style>
span { border-color: #CF0F1A; }
span { border-color: rgb(207,15,26); }
td.TdClassName
{
border-color: #CF0F1A;
}
.TagClassName
{
border-color: #CF0F1A;
}
</style>