Shades of Cinnabar #EF3023
Tints of Cinnabar #EF3023
RGB
CMYK
RGB Variations
Color information
#EF3023 (or 0xEF3023) is known color: Cinnabar. HEX triplet: EF, 30 and 23. RGB value is (239,48,35). Sum of RGB (Red+Green+Blue) = 239+48+35=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3023 is #10CFDC. Grayscale: #676767. Windows color (decimal): -1101789 or 2306287. OLE color: 2306287.
HSL color Cylindrical-coordinate representation of color #EF3023: hue angle of 3.82º 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 #EF3023 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 35 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.06 |
| HSL | 3.82º | 0.86% | 0.54% | - |
| HSV(B) | 3.82º | 0.85% | 0.94% | - |
| XYZ | 36.96 | 20.59 | 3.62 | - |
| YUV | 103.63 | 89.28 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 35 | 0 | 0.80 | 0.85 | 0.06 | 3.82 | 0.86 | 0.54 |
| Hex | EF | 30 | 23 | 0 | 50 | 55 | 6 | 4 | 56 | 36 |
| Octal | 357 | 60 | 43 | 0 | 120 | 125 | 6 | 4 | 126 | 66 |
| Binary | 11101111 | 110000 | 100011 | 0 | 1010000 | 1010101 | 110 | 100 | 1010110 | 110110 |
Color Harmonies of #EF3023
Complementary color
Monochromatic Colors of #EF3023
Black with #EF3023
Text Example
Text Example
White with #EF3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3023; }
p { color: rgb(239,48,35); }
H1.HeaderClassName
{
color: #EF3023;
}
.AnyTagClassName
{
color: #EF3023;
}
</style>
background-color css
<style>
a { background-color: #EF3023; }
a { background-color: rgb(239,48,35); }
div.DivClassName
{
background-color: #EF3023;
}
.BgClassName
{
background-color: #EF3023;
}
</style>
border-color css
<style>
span { border-color: #EF3023; }
span { border-color: rgb(239,48,35); }
td.TdClassName
{
border-color: #EF3023;
}
.TagClassName
{
border-color: #EF3023;
}
</style>