Shades of Cinnabar #EF2F23
Tints of Cinnabar #EF2F23
RGB
CMYK
RGB Variations
Color information
#EF2F23 (or 0xEF2F23) is known color: Cinnabar. HEX triplet: EF, 2F and 23. RGB value is (239,47,35). Sum of RGB (Red+Green+Blue) = 239+47+35=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F23 is #10D0DC. Grayscale: #676767. Windows color (decimal): -1102045 or 2306031. OLE color: 2306031.
HSL color Cylindrical-coordinate representation of color #EF2F23: hue angle of 3.53º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2F23 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 47 | 35 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.06 |
| HSL | 3.53º | 0.86% | 0.54% | - |
| HSV(B) | 3.53º | 0.85% | 0.94% | - |
| XYZ | 36.92 | 20.51 | 3.6 | - |
| YUV | 103.04 | 89.61 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 35 | 0 | 0.80 | 0.85 | 0.06 | 3.53 | 0.86 | 0.54 |
| Hex | EF | 2F | 23 | 0 | 50 | 55 | 6 | 4 | 56 | 36 |
| Octal | 357 | 57 | 43 | 0 | 120 | 125 | 6 | 4 | 126 | 66 |
| Binary | 11101111 | 101111 | 100011 | 0 | 1010000 | 1010101 | 110 | 100 | 1010110 | 110110 |
Color Harmonies of #EF2F23
Complementary color
Monochromatic Colors of #EF2F23
Black with #EF2F23
Text Example
Text Example
White with #EF2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2F23; }
p { color: rgb(239,47,35); }
H1.HeaderClassName
{
color: #EF2F23;
}
.AnyTagClassName
{
color: #EF2F23;
}
</style>
background-color css
<style>
a { background-color: #EF2F23; }
a { background-color: rgb(239,47,35); }
div.DivClassName
{
background-color: #EF2F23;
}
.BgClassName
{
background-color: #EF2F23;
}
</style>
border-color css
<style>
span { border-color: #EF2F23; }
span { border-color: rgb(239,47,35); }
td.TdClassName
{
border-color: #EF2F23;
}
.TagClassName
{
border-color: #EF2F23;
}
</style>