Shades of Fire Engine Red #CF1620
Tints of Fire Engine Red #CF1620
RGB
CMYK
RGB Variations
Color information
#CF1620 (or 0xCF1620) is known color: Fire Engine Red. HEX triplet: CF, 16 and 20. RGB value is (207,22,32). Sum of RGB (Red+Green+Blue) = 207+22+32=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1620 is #30E9DF. Grayscale: #4E4E4E. Windows color (decimal): -3205600 or 2102991. OLE color: 2102991.
HSL color Cylindrical-coordinate representation of color #CF1620: hue angle of 356.76º degrees, saturation: 0.81, 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 #CF1620 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 32 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.19 |
| HSL | 356.76º | 0.81% | 0.45% | - |
| HSV(B) | 356.76º | 0.89% | 0.81% | - |
| XYZ | 26.28 | 13.94 | 2.67 | - |
| YUV | 78.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 32 | 0 | 0.89 | 0.85 | 0.19 | 356.76 | 0.81 | 0.45 |
| Hex | CF | 16 | 20 | 0 | 59 | 55 | 13 | 165 | 51 | 2D |
| Octal | 317 | 26 | 40 | 0 | 131 | 125 | 23 | 545 | 121 | 55 |
| Binary | 11001111 | 10110 | 100000 | 0 | 1011001 | 1010101 | 10011 | 101100101 | 1010001 | 101101 |
Color Harmonies of #CF1620
Complementary color
Monochromatic Colors of #CF1620
Black with #CF1620
Text Example
Text Example
White with #CF1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1620; }
p { color: rgb(207,22,32); }
H1.HeaderClassName
{
color: #CF1620;
}
.AnyTagClassName
{
color: #CF1620;
}
</style>
background-color css
<style>
a { background-color: #CF1620; }
a { background-color: rgb(207,22,32); }
div.DivClassName
{
background-color: #CF1620;
}
.BgClassName
{
background-color: #CF1620;
}
</style>
border-color css
<style>
span { border-color: #CF1620; }
span { border-color: rgb(207,22,32); }
td.TdClassName
{
border-color: #CF1620;
}
.TagClassName
{
border-color: #CF1620;
}
</style>