Shades of Fire Engine Red #CF212A
Tints of Fire Engine Red #CF212A
RGB
CMYK
RGB Variations
Color information
#CF212A (or 0xCF212A) is known color: Fire Engine Red. HEX triplet: CF, 21 and 2A. RGB value is (207,33,42). Sum of RGB (Red+Green+Blue) = 207+33+42=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF212A is #30DED5. Grayscale: #565656. Windows color (decimal): -3202774 or 2761167. OLE color: 2761167.
HSL color Cylindrical-coordinate representation of color #CF212A: hue angle of 356.9º 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 #CF212A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 42 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.19 |
| HSL | 356.9º | 0.73% | 0.47% | - |
| HSV(B) | 356.9º | 0.84% | 0.81% | - |
| XYZ | 26.69 | 14.52 | 3.59 | - |
| YUV | 86.05 | 103.15 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 42 | 0 | 0.84 | 0.80 | 0.19 | 356.9 | 0.73 | 0.47 |
| Hex | CF | 21 | 2A | 0 | 54 | 50 | 13 | 165 | 48 | 2F |
| Octal | 317 | 41 | 52 | 0 | 124 | 120 | 23 | 545 | 110 | 57 |
| Binary | 11001111 | 100001 | 101010 | 0 | 1010100 | 1010000 | 10011 | 101100101 | 1001000 | 101111 |
Color Harmonies of #CF212A
Complementary color
Monochromatic Colors of #CF212A
Black with #CF212A
Text Example
Text Example
White with #CF212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF212A; }
p { color: rgb(207,33,42); }
H1.HeaderClassName
{
color: #CF212A;
}
.AnyTagClassName
{
color: #CF212A;
}
</style>
background-color css
<style>
a { background-color: #CF212A; }
a { background-color: rgb(207,33,42); }
div.DivClassName
{
background-color: #CF212A;
}
.BgClassName
{
background-color: #CF212A;
}
</style>
border-color css
<style>
span { border-color: #CF212A; }
span { border-color: rgb(207,33,42); }
td.TdClassName
{
border-color: #CF212A;
}
.TagClassName
{
border-color: #CF212A;
}
</style>