Shades of Cinnabar #EE3C2A
Tints of Cinnabar #EE3C2A
RGB
CMYK
RGB Variations
Color information
#EE3C2A (or 0xEE3C2A) is known color: Cinnabar. HEX triplet: EE, 3C and 2A. RGB value is (238,60,42). Sum of RGB (Red+Green+Blue) = 238+60+42=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C2A is #11C3D5. Grayscale: #6F6F6F. Windows color (decimal): -1164246 or 2768110. OLE color: 2768110.
HSL color Cylindrical-coordinate representation of color #EE3C2A: hue angle of 5.51º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE3C2A is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 42 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.07 |
| HSL | 5.51º | 0.85% | 0.55% | - |
| HSV(B) | 5.51º | 0.82% | 0.93% | - |
| XYZ | 37.29 | 21.58 | 4.39 | - |
| YUV | 111.17 | 88.97 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 42 | 0 | 0.75 | 0.82 | 0.07 | 5.51 | 0.85 | 0.55 |
| Hex | EE | 3C | 2A | 0 | 4B | 52 | 7 | 6 | 55 | 37 |
| Octal | 356 | 74 | 52 | 0 | 113 | 122 | 7 | 6 | 125 | 67 |
| Binary | 11101110 | 111100 | 101010 | 0 | 1001011 | 1010010 | 111 | 110 | 1010101 | 110111 |
Color Harmonies of #EE3C2A
Complementary color
Monochromatic Colors of #EE3C2A
Black with #EE3C2A
Text Example
Text Example
White with #EE3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C2A; }
p { color: rgb(238,60,42); }
H1.HeaderClassName
{
color: #EE3C2A;
}
.AnyTagClassName
{
color: #EE3C2A;
}
</style>
background-color css
<style>
a { background-color: #EE3C2A; }
a { background-color: rgb(238,60,42); }
div.DivClassName
{
background-color: #EE3C2A;
}
.BgClassName
{
background-color: #EE3C2A;
}
</style>
border-color css
<style>
span { border-color: #EE3C2A; }
span { border-color: rgb(238,60,42); }
td.TdClassName
{
border-color: #EE3C2A;
}
.TagClassName
{
border-color: #EE3C2A;
}
</style>