Shades of Cinnabar #EF3322
Tints of Cinnabar #EF3322
RGB
CMYK
RGB Variations
Color information
#EF3322 (or 0xEF3322) is known color: Cinnabar. HEX triplet: EF, 33 and 22. RGB value is (239,51,34). Sum of RGB (Red+Green+Blue) = 239+51+34=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3322 is #10CCDD. Grayscale: #696969. Windows color (decimal): -1101022 or 2241519. OLE color: 2241519.
HSL color Cylindrical-coordinate representation of color #EF3322: hue angle of 4.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF3322 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 34 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.06 |
| HSL | 4.98º | 0.86% | 0.54% | - |
| HSV(B) | 4.98º | 0.86% | 0.94% | - |
| XYZ | 37.07 | 20.83 | 3.58 | - |
| YUV | 105.27 | 87.78 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 34 | 0 | 0.79 | 0.86 | 0.06 | 4.98 | 0.86 | 0.54 |
| Hex | EF | 33 | 22 | 0 | 4F | 56 | 6 | 5 | 56 | 36 |
| Octal | 357 | 63 | 42 | 0 | 117 | 126 | 6 | 5 | 126 | 66 |
| Binary | 11101111 | 110011 | 100010 | 0 | 1001111 | 1010110 | 110 | 101 | 1010110 | 110110 |
Color Harmonies of #EF3322
Complementary color
Monochromatic Colors of #EF3322
Black with #EF3322
Text Example
Text Example
White with #EF3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3322; }
p { color: rgb(239,51,34); }
H1.HeaderClassName
{
color: #EF3322;
}
.AnyTagClassName
{
color: #EF3322;
}
</style>
background-color css
<style>
a { background-color: #EF3322; }
a { background-color: rgb(239,51,34); }
div.DivClassName
{
background-color: #EF3322;
}
.BgClassName
{
background-color: #EF3322;
}
</style>
border-color css
<style>
span { border-color: #EF3322; }
span { border-color: rgb(239,51,34); }
td.TdClassName
{
border-color: #EF3322;
}
.TagClassName
{
border-color: #EF3322;
}
</style>