Shades of Fire Engine Red #CF2021
Tints of Fire Engine Red #CF2021
RGB
CMYK
RGB Variations
Color information
#CF2021 (or 0xCF2021) is known color: Fire Engine Red. HEX triplet: CF, 20 and 21. RGB value is (207,32,33). Sum of RGB (Red+Green+Blue) = 207+32+33=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2021 is #30DFDE. Grayscale: #545454. Windows color (decimal): -3203039 or 2171087. OLE color: 2171087.
HSL color Cylindrical-coordinate representation of color #CF2021: hue angle of 359.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2021 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 33 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.19 |
| HSL | 359.66º | 0.73% | 0.47% | - |
| HSV(B) | 359.66º | 0.85% | 0.81% | - |
| XYZ | 26.52 | 14.41 | 2.82 | - |
| YUV | 84.44 | 98.98 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 33 | 0 | 0.85 | 0.84 | 0.19 | 359.66 | 0.73 | 0.47 |
| Hex | CF | 20 | 21 | 0 | 55 | 54 | 13 | 168 | 49 | 2F |
| Octal | 317 | 40 | 41 | 0 | 125 | 124 | 23 | 550 | 111 | 57 |
| Binary | 11001111 | 100000 | 100001 | 0 | 1010101 | 1010100 | 10011 | 101101000 | 1001001 | 101111 |
Color Harmonies of #CF2021
Complementary color
Monochromatic Colors of #CF2021
Black with #CF2021
Text Example
Text Example
White with #CF2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2021; }
p { color: rgb(207,32,33); }
H1.HeaderClassName
{
color: #CF2021;
}
.AnyTagClassName
{
color: #CF2021;
}
</style>
background-color css
<style>
a { background-color: #CF2021; }
a { background-color: rgb(207,32,33); }
div.DivClassName
{
background-color: #CF2021;
}
.BgClassName
{
background-color: #CF2021;
}
</style>
border-color css
<style>
span { border-color: #CF2021; }
span { border-color: rgb(207,32,33); }
td.TdClassName
{
border-color: #CF2021;
}
.TagClassName
{
border-color: #CF2021;
}
</style>