Shades of Fire Engine Red #CF1720
Tints of Fire Engine Red #CF1720
RGB
CMYK
RGB Variations
Color information
#CF1720 (or 0xCF1720) is known color: Fire Engine Red. HEX triplet: CF, 17 and 20. RGB value is (207,23,32). Sum of RGB (Red+Green+Blue) = 207+23+32=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1720 is #30E8DF. Grayscale: #4F4F4F. Windows color (decimal): -3205344 or 2103247. OLE color: 2103247.
HSL color Cylindrical-coordinate representation of color #CF1720: hue angle of 357.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1720 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.19 |
| HSL | 357.07º | 0.8% | 0.45% | - |
| HSV(B) | 357.07º | 0.89% | 0.81% | - |
| XYZ | 26.3 | 13.98 | 2.68 | - |
| YUV | 79.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 32 | 0 | 0.89 | 0.85 | 0.19 | 357.07 | 0.8 | 0.45 |
| Hex | CF | 17 | 20 | 0 | 59 | 55 | 13 | 165 | 50 | 2D |
| Octal | 317 | 27 | 40 | 0 | 131 | 125 | 23 | 545 | 120 | 55 |
| Binary | 11001111 | 10111 | 100000 | 0 | 1011001 | 1010101 | 10011 | 101100101 | 1010000 | 101101 |
Color Harmonies of #CF1720
Complementary color
Monochromatic Colors of #CF1720
Black with #CF1720
Text Example
Text Example
White with #CF1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1720; }
p { color: rgb(207,23,32); }
H1.HeaderClassName
{
color: #CF1720;
}
.AnyTagClassName
{
color: #CF1720;
}
</style>
background-color css
<style>
a { background-color: #CF1720; }
a { background-color: rgb(207,23,32); }
div.DivClassName
{
background-color: #CF1720;
}
.BgClassName
{
background-color: #CF1720;
}
</style>
border-color css
<style>
span { border-color: #CF1720; }
span { border-color: rgb(207,23,32); }
td.TdClassName
{
border-color: #CF1720;
}
.TagClassName
{
border-color: #CF1720;
}
</style>