Shades of Fire Engine Red #CF1920
Tints of Fire Engine Red #CF1920
RGB
CMYK
RGB Variations
Color information
#CF1920 (or 0xCF1920) is known color: Fire Engine Red. HEX triplet: CF, 19 and 20. RGB value is (207,25,32). Sum of RGB (Red+Green+Blue) = 207+25+32=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1920 is #30E6DF. Grayscale: #505050. Windows color (decimal): -3204832 or 2103759. OLE color: 2103759.
HSL color Cylindrical-coordinate representation of color #CF1920: hue angle of 357.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1920 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 32 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.19 |
| HSL | 357.69º | 0.78% | 0.45% | - |
| HSV(B) | 357.69º | 0.88% | 0.81% | - |
| XYZ | 26.34 | 14.06 | 2.69 | - |
| YUV | 80.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 32 | 0 | 0.88 | 0.85 | 0.19 | 357.69 | 0.78 | 0.45 |
| Hex | CF | 19 | 20 | 0 | 58 | 55 | 13 | 166 | 4E | 2D |
| Octal | 317 | 31 | 40 | 0 | 130 | 125 | 23 | 546 | 116 | 55 |
| Binary | 11001111 | 11001 | 100000 | 0 | 1011000 | 1010101 | 10011 | 101100110 | 1001110 | 101101 |
Color Harmonies of #CF1920
Complementary color
Monochromatic Colors of #CF1920
Black with #CF1920
Text Example
Text Example
White with #CF1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1920; }
p { color: rgb(207,25,32); }
H1.HeaderClassName
{
color: #CF1920;
}
.AnyTagClassName
{
color: #CF1920;
}
</style>
background-color css
<style>
a { background-color: #CF1920; }
a { background-color: rgb(207,25,32); }
div.DivClassName
{
background-color: #CF1920;
}
.BgClassName
{
background-color: #CF1920;
}
</style>
border-color css
<style>
span { border-color: #CF1920; }
span { border-color: rgb(207,25,32); }
td.TdClassName
{
border-color: #CF1920;
}
.TagClassName
{
border-color: #CF1920;
}
</style>