Shades of Cinnabar #EE4423
Tints of Cinnabar #EE4423
RGB
CMYK
RGB Variations
Color information
#EE4423 (or 0xEE4423) is known color: Cinnabar. HEX triplet: EE, 44 and 23. RGB value is (238,68,35). Sum of RGB (Red+Green+Blue) = 238+68+35=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4423 is #11BBDC. Grayscale: #737373. Windows color (decimal): -1162205 or 2311406. OLE color: 2311406.
HSL color Cylindrical-coordinate representation of color #EE4423: hue angle of 9.75º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE4423 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 35 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.07 |
| HSL | 9.75º | 0.86% | 0.54% | - |
| HSV(B) | 9.75º | 0.85% | 0.93% | - |
| XYZ | 37.63 | 22.43 | 3.94 | - |
| YUV | 115.07 | 82.82 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 35 | 0 | 0.71 | 0.85 | 0.07 | 9.75 | 0.86 | 0.54 |
| Hex | EE | 44 | 23 | 0 | 47 | 55 | 7 | A | 56 | 36 |
| Octal | 356 | 104 | 43 | 0 | 107 | 125 | 7 | 12 | 126 | 66 |
| Binary | 11101110 | 1000100 | 100011 | 0 | 1000111 | 1010101 | 111 | 1010 | 1010110 | 110110 |
Color Harmonies of #EE4423
Complementary color
Monochromatic Colors of #EE4423
Black with #EE4423
Text Example
Text Example
White with #EE4423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4423; }
p { color: rgb(238,68,35); }
H1.HeaderClassName
{
color: #EE4423;
}
.AnyTagClassName
{
color: #EE4423;
}
</style>
background-color css
<style>
a { background-color: #EE4423; }
a { background-color: rgb(238,68,35); }
div.DivClassName
{
background-color: #EE4423;
}
.BgClassName
{
background-color: #EE4423;
}
</style>
border-color css
<style>
span { border-color: #EE4423; }
span { border-color: rgb(238,68,35); }
td.TdClassName
{
border-color: #EE4423;
}
.TagClassName
{
border-color: #EE4423;
}
</style>