Shades of Cinnabar #EF4223
Tints of Cinnabar #EF4223
RGB
CMYK
RGB Variations
Color information
#EF4223 (or 0xEF4223) is known color: Cinnabar. HEX triplet: EF, 42 and 23. RGB value is (239,66,35). Sum of RGB (Red+Green+Blue) = 239+66+35=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4223 is #10BDDC. Grayscale: #727272. Windows color (decimal): -1097181 or 2310895. OLE color: 2310895.
HSL color Cylindrical-coordinate representation of color #EF4223: hue angle of 9.12º 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 #EF4223 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 35 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.06 |
| HSL | 9.12º | 0.86% | 0.54% | - |
| HSV(B) | 9.12º | 0.85% | 0.94% | - |
| XYZ | 37.85 | 22.37 | 3.91 | - |
| YUV | 114.19 | 83.31 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 35 | 0 | 0.72 | 0.85 | 0.06 | 9.12 | 0.86 | 0.54 |
| Hex | EF | 42 | 23 | 0 | 48 | 55 | 6 | 9 | 56 | 36 |
| Octal | 357 | 102 | 43 | 0 | 110 | 125 | 6 | 11 | 126 | 66 |
| Binary | 11101111 | 1000010 | 100011 | 0 | 1001000 | 1010101 | 110 | 1001 | 1010110 | 110110 |
Color Harmonies of #EF4223
Complementary color
Monochromatic Colors of #EF4223
Black with #EF4223
Text Example
Text Example
White with #EF4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4223; }
p { color: rgb(239,66,35); }
H1.HeaderClassName
{
color: #EF4223;
}
.AnyTagClassName
{
color: #EF4223;
}
</style>
background-color css
<style>
a { background-color: #EF4223; }
a { background-color: rgb(239,66,35); }
div.DivClassName
{
background-color: #EF4223;
}
.BgClassName
{
background-color: #EF4223;
}
</style>
border-color css
<style>
span { border-color: #EF4223; }
span { border-color: rgb(239,66,35); }
td.TdClassName
{
border-color: #EF4223;
}
.TagClassName
{
border-color: #EF4223;
}
</style>