Shades of Fire Engine Red #CF212B
Tints of Fire Engine Red #CF212B
RGB
CMYK
RGB Variations
Color information
#CF212B (or 0xCF212B) is known color: Fire Engine Red. HEX triplet: CF, 21 and 2B. RGB value is (207,33,43). Sum of RGB (Red+Green+Blue) = 207+33+43=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF212B is #30DED4. Grayscale: #565656. Windows color (decimal): -3202773 or 2826703. OLE color: 2826703.
HSL color Cylindrical-coordinate representation of color #CF212B: hue angle of 356.55º 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 #CF212B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 43 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.19 |
| HSL | 356.55º | 0.73% | 0.47% | - |
| HSV(B) | 356.55º | 0.84% | 0.81% | - |
| XYZ | 26.71 | 14.53 | 3.68 | - |
| YUV | 86.17 | 103.65 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 43 | 0 | 0.84 | 0.79 | 0.19 | 356.55 | 0.73 | 0.47 |
| Hex | CF | 21 | 2B | 0 | 54 | 4F | 13 | 165 | 48 | 2F |
| Octal | 317 | 41 | 53 | 0 | 124 | 117 | 23 | 545 | 110 | 57 |
| Binary | 11001111 | 100001 | 101011 | 0 | 1010100 | 1001111 | 10011 | 101100101 | 1001000 | 101111 |
Color Harmonies of #CF212B
Complementary color
Monochromatic Colors of #CF212B
Black with #CF212B
Text Example
Text Example
White with #CF212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF212B; }
p { color: rgb(207,33,43); }
H1.HeaderClassName
{
color: #CF212B;
}
.AnyTagClassName
{
color: #CF212B;
}
</style>
background-color css
<style>
a { background-color: #CF212B; }
a { background-color: rgb(207,33,43); }
div.DivClassName
{
background-color: #CF212B;
}
.BgClassName
{
background-color: #CF212B;
}
</style>
border-color css
<style>
span { border-color: #CF212B; }
span { border-color: rgb(207,33,43); }
td.TdClassName
{
border-color: #CF212B;
}
.TagClassName
{
border-color: #CF212B;
}
</style>