Shades of Fire Engine Red #CF1220
Tints of Fire Engine Red #CF1220
RGB
CMYK
RGB Variations
Color information
#CF1220 (or 0xCF1220) is known color: Fire Engine Red. HEX triplet: CF, 12 and 20. RGB value is (207,18,32). Sum of RGB (Red+Green+Blue) = 207+18+32=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1220 is #30EDDF. Grayscale: #4C4C4C. Windows color (decimal): -3206624 or 2101967. OLE color: 2101967.
HSL color Cylindrical-coordinate representation of color #CF1220: hue angle of 355.56º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1220 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.19 |
| HSL | 355.56º | 0.84% | 0.44% | - |
| HSV(B) | 355.56º | 0.91% | 0.81% | - |
| XYZ | 26.21 | 13.8 | 2.65 | - |
| YUV | 76.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 32 | 0 | 0.91 | 0.85 | 0.19 | 355.56 | 0.84 | 0.44 |
| Hex | CF | 12 | 20 | 0 | 5B | 55 | 13 | 164 | 54 | 2C |
| Octal | 317 | 22 | 40 | 0 | 133 | 125 | 23 | 544 | 124 | 54 |
| Binary | 11001111 | 10010 | 100000 | 0 | 1011011 | 1010101 | 10011 | 101100100 | 1010100 | 101100 |
Color Harmonies of #CF1220
Complementary color
Monochromatic Colors of #CF1220
Black with #CF1220
Text Example
Text Example
White with #CF1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1220; }
p { color: rgb(207,18,32); }
H1.HeaderClassName
{
color: #CF1220;
}
.AnyTagClassName
{
color: #CF1220;
}
</style>
background-color css
<style>
a { background-color: #CF1220; }
a { background-color: rgb(207,18,32); }
div.DivClassName
{
background-color: #CF1220;
}
.BgClassName
{
background-color: #CF1220;
}
</style>
border-color css
<style>
span { border-color: #CF1220; }
span { border-color: rgb(207,18,32); }
td.TdClassName
{
border-color: #CF1220;
}
.TagClassName
{
border-color: #CF1220;
}
</style>