Shades of Cinnabar #EF3823
Tints of Cinnabar #EF3823
RGB
CMYK
RGB Variations
Color information
#EF3823 (or 0xEF3823) is known color: Cinnabar. HEX triplet: EF, 38 and 23. RGB value is (239,56,35). Sum of RGB (Red+Green+Blue) = 239+56+35=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3823 is #10C7DC. Grayscale: #6C6C6C. Windows color (decimal): -1099741 or 2308335. OLE color: 2308335.
HSL color Cylindrical-coordinate representation of color #EF3823: hue angle of 6.18º 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 #EF3823 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 56 | 35 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.06 |
| HSL | 6.18º | 0.86% | 0.54% | - |
| HSV(B) | 6.18º | 0.85% | 0.94% | - |
| XYZ | 37.31 | 21.3 | 3.73 | - |
| YUV | 108.32 | 86.63 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 56 | 35 | 0 | 0.77 | 0.85 | 0.06 | 6.18 | 0.86 | 0.54 |
| Hex | EF | 38 | 23 | 0 | 4D | 55 | 6 | 6 | 56 | 36 |
| Octal | 357 | 70 | 43 | 0 | 115 | 125 | 6 | 6 | 126 | 66 |
| Binary | 11101111 | 111000 | 100011 | 0 | 1001101 | 1010101 | 110 | 110 | 1010110 | 110110 |
Color Harmonies of #EF3823
Complementary color
Monochromatic Colors of #EF3823
Black with #EF3823
Text Example
Text Example
White with #EF3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3823; }
p { color: rgb(239,56,35); }
H1.HeaderClassName
{
color: #EF3823;
}
.AnyTagClassName
{
color: #EF3823;
}
</style>
background-color css
<style>
a { background-color: #EF3823; }
a { background-color: rgb(239,56,35); }
div.DivClassName
{
background-color: #EF3823;
}
.BgClassName
{
background-color: #EF3823;
}
</style>
border-color css
<style>
span { border-color: #EF3823; }
span { border-color: rgb(239,56,35); }
td.TdClassName
{
border-color: #EF3823;
}
.TagClassName
{
border-color: #EF3823;
}
</style>