Shades of Fire Engine Red #CF2128
Tints of Fire Engine Red #CF2128
RGB
CMYK
RGB Variations
Color information
#CF2128 (or 0xCF2128) is known color: Fire Engine Red. HEX triplet: CF, 21 and 28. RGB value is (207,33,40). Sum of RGB (Red+Green+Blue) = 207+33+40=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2128 is #30DED7. Grayscale: #555555. Windows color (decimal): -3202776 or 2630095. OLE color: 2630095.
HSL color Cylindrical-coordinate representation of color #CF2128: hue angle of 357.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2128 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 40 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.19 |
| HSL | 357.59º | 0.73% | 0.47% | - |
| HSV(B) | 357.59º | 0.84% | 0.81% | - |
| XYZ | 26.66 | 14.51 | 3.4 | - |
| YUV | 85.82 | 102.15 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 40 | 0 | 0.84 | 0.81 | 0.19 | 357.59 | 0.73 | 0.47 |
| Hex | CF | 21 | 28 | 0 | 54 | 51 | 13 | 166 | 48 | 2F |
| Octal | 317 | 41 | 50 | 0 | 124 | 121 | 23 | 546 | 110 | 57 |
| Binary | 11001111 | 100001 | 101000 | 0 | 1010100 | 1010001 | 10011 | 101100110 | 1001000 | 101111 |
Color Harmonies of #CF2128
Complementary color
Monochromatic Colors of #CF2128
Black with #CF2128
Text Example
Text Example
White with #CF2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2128; }
p { color: rgb(207,33,40); }
H1.HeaderClassName
{
color: #CF2128;
}
.AnyTagClassName
{
color: #CF2128;
}
</style>
background-color css
<style>
a { background-color: #CF2128; }
a { background-color: rgb(207,33,40); }
div.DivClassName
{
background-color: #CF2128;
}
.BgClassName
{
background-color: #CF2128;
}
</style>
border-color css
<style>
span { border-color: #CF2128; }
span { border-color: rgb(207,33,40); }
td.TdClassName
{
border-color: #CF2128;
}
.TagClassName
{
border-color: #CF2128;
}
</style>