Shades of Cinnabar #EE423E
Tints of Cinnabar #EE423E
RGB
CMYK
RGB Variations
Color information
#EE423E (or 0xEE423E) is known color: Cinnabar. HEX triplet: EE, 42 and 3E. RGB value is (238,66,62). Sum of RGB (Red+Green+Blue) = 238+66+62=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE423E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE423E is #11BDC1. Grayscale: #757575. Windows color (decimal): -1162690 or 4080366. OLE color: 4080366.
HSL color Cylindrical-coordinate representation of color #EE423E: hue angle of 1.36º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE423E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 62 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.07 |
| HSL | 1.36º | 0.84% | 0.59% | - |
| HSV(B) | 1.36º | 0.74% | 0.93% | - |
| XYZ | 38.08 | 22.42 | 6.88 | - |
| YUV | 116.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 62 | 0 | 0.72 | 0.74 | 0.07 | 1.36 | 0.84 | 0.59 |
| Hex | EE | 42 | 3E | 0 | 48 | 4A | 7 | 1 | 54 | 3B |
| Octal | 356 | 102 | 76 | 0 | 110 | 112 | 7 | 1 | 124 | 73 |
| Binary | 11101110 | 1000010 | 111110 | 0 | 1001000 | 1001010 | 111 | 1 | 1010100 | 111011 |
Color Harmonies of #EE423E
Complementary color
Monochromatic Colors of #EE423E
Black with #EE423E
Text Example
Text Example
White with #EE423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE423E; }
p { color: rgb(238,66,62); }
H1.HeaderClassName
{
color: #EE423E;
}
.AnyTagClassName
{
color: #EE423E;
}
</style>
background-color css
<style>
a { background-color: #EE423E; }
a { background-color: rgb(238,66,62); }
div.DivClassName
{
background-color: #EE423E;
}
.BgClassName
{
background-color: #EE423E;
}
</style>
border-color css
<style>
span { border-color: #EE423E; }
span { border-color: rgb(238,66,62); }
td.TdClassName
{
border-color: #EE423E;
}
.TagClassName
{
border-color: #EE423E;
}
</style>