Shades of Fire Engine Red #CF2027
Tints of Fire Engine Red #CF2027
RGB
CMYK
RGB Variations
Color information
#CF2027 (or 0xCF2027) is known color: Fire Engine Red. HEX triplet: CF, 20 and 27. RGB value is (207,32,39). Sum of RGB (Red+Green+Blue) = 207+32+39=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2027 is #30DFD8. Grayscale: #555555. Windows color (decimal): -3203033 or 2564303. OLE color: 2564303.
HSL color Cylindrical-coordinate representation of color #CF2027: hue angle of 357.6º 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 #CF2027 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 39 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.19 |
| HSL | 357.6º | 0.73% | 0.47% | - |
| HSV(B) | 357.6º | 0.85% | 0.81% | - |
| XYZ | 26.61 | 14.44 | 3.3 | - |
| YUV | 85.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 39 | 0 | 0.85 | 0.81 | 0.19 | 357.6 | 0.73 | 0.47 |
| Hex | CF | 20 | 27 | 0 | 55 | 51 | 13 | 166 | 49 | 2F |
| Octal | 317 | 40 | 47 | 0 | 125 | 121 | 23 | 546 | 111 | 57 |
| Binary | 11001111 | 100000 | 100111 | 0 | 1010101 | 1010001 | 10011 | 101100110 | 1001001 | 101111 |
Color Harmonies of #CF2027
Complementary color
Monochromatic Colors of #CF2027
Black with #CF2027
Text Example
Text Example
White with #CF2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2027; }
p { color: rgb(207,32,39); }
H1.HeaderClassName
{
color: #CF2027;
}
.AnyTagClassName
{
color: #CF2027;
}
</style>
background-color css
<style>
a { background-color: #CF2027; }
a { background-color: rgb(207,32,39); }
div.DivClassName
{
background-color: #CF2027;
}
.BgClassName
{
background-color: #CF2027;
}
</style>
border-color css
<style>
span { border-color: #CF2027; }
span { border-color: rgb(207,32,39); }
td.TdClassName
{
border-color: #CF2027;
}
.TagClassName
{
border-color: #CF2027;
}
</style>