Shades of Cinnabar #EF2F21
Tints of Cinnabar #EF2F21
RGB
CMYK
RGB Variations
Color information
#EF2F21 (or 0xEF2F21) is known color: Cinnabar. HEX triplet: EF, 2F and 21. RGB value is (239,47,33). Sum of RGB (Red+Green+Blue) = 239+47+33=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F21 is #10D0DE. Grayscale: #676767. Windows color (decimal): -1102047 or 2174959. OLE color: 2174959.
HSL color Cylindrical-coordinate representation of color #EF2F21: hue angle of 4.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2F21 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 33 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.06 |
| HSL | 4.08º | 0.87% | 0.53% | - |
| HSV(B) | 4.08º | 0.86% | 0.94% | - |
| XYZ | 36.89 | 20.49 | 3.45 | - |
| YUV | 102.81 | 88.61 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 33 | 0 | 0.80 | 0.86 | 0.06 | 4.08 | 0.87 | 0.53 |
| Hex | EF | 2F | 21 | 0 | 50 | 56 | 6 | 4 | 57 | 35 |
| Octal | 357 | 57 | 41 | 0 | 120 | 126 | 6 | 4 | 127 | 65 |
| Binary | 11101111 | 101111 | 100001 | 0 | 1010000 | 1010110 | 110 | 100 | 1010111 | 110101 |
Color Harmonies of #EF2F21
Complementary color
Monochromatic Colors of #EF2F21
Black with #EF2F21
Text Example
Text Example
White with #EF2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F21; }
p { color: rgb(239,47,33); }
H1.HeaderClassName
{
color: #EF2F21;
}
.AnyTagClassName
{
color: #EF2F21;
}
</style>
background-color css
<style>
a { background-color: #EF2F21; }
a { background-color: rgb(239,47,33); }
div.DivClassName
{
background-color: #EF2F21;
}
.BgClassName
{
background-color: #EF2F21;
}
</style>
border-color css
<style>
span { border-color: #EF2F21; }
span { border-color: rgb(239,47,33); }
td.TdClassName
{
border-color: #EF2F21;
}
.TagClassName
{
border-color: #EF2F21;
}
</style>