Shades of Cinnabar #EF3A22
Tints of Cinnabar #EF3A22
RGB
CMYK
RGB Variations
Color information
#EF3A22 (or 0xEF3A22) is known color: Cinnabar. HEX triplet: EF, 3A and 22. RGB value is (239,58,34). Sum of RGB (Red+Green+Blue) = 239+58+34=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A22 is #10C5DD. Grayscale: #6D6D6D. Windows color (decimal): -1099230 or 2243311. OLE color: 2243311.
HSL color Cylindrical-coordinate representation of color #EF3A22: hue angle of 7.02º 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 #EF3A22 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 34 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.06 |
| HSL | 7.02º | 0.86% | 0.54% | - |
| HSV(B) | 7.02º | 0.86% | 0.94% | - |
| XYZ | 37.4 | 21.49 | 3.69 | - |
| YUV | 109.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 34 | 0 | 0.76 | 0.86 | 0.06 | 7.02 | 0.86 | 0.54 |
| Hex | EF | 3A | 22 | 0 | 4C | 56 | 6 | 7 | 56 | 36 |
| Octal | 357 | 72 | 42 | 0 | 114 | 126 | 6 | 7 | 126 | 66 |
| Binary | 11101111 | 111010 | 100010 | 0 | 1001100 | 1010110 | 110 | 111 | 1010110 | 110110 |
Color Harmonies of #EF3A22
Complementary color
Monochromatic Colors of #EF3A22
Black with #EF3A22
Text Example
Text Example
White with #EF3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3A22; }
p { color: rgb(239,58,34); }
H1.HeaderClassName
{
color: #EF3A22;
}
.AnyTagClassName
{
color: #EF3A22;
}
</style>
background-color css
<style>
a { background-color: #EF3A22; }
a { background-color: rgb(239,58,34); }
div.DivClassName
{
background-color: #EF3A22;
}
.BgClassName
{
background-color: #EF3A22;
}
</style>
border-color css
<style>
span { border-color: #EF3A22; }
span { border-color: rgb(239,58,34); }
td.TdClassName
{
border-color: #EF3A22;
}
.TagClassName
{
border-color: #EF3A22;
}
</style>