Shades of Cinnabar #EE3933
Tints of Cinnabar #EE3933
RGB
CMYK
RGB Variations
Color information
#EE3933 (or 0xEE3933) is known color: Cinnabar. HEX triplet: EE, 39 and 33. RGB value is (238,57,51). Sum of RGB (Red+Green+Blue) = 238+57+51=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3933 is #11C6CC. Grayscale: #6E6E6E. Windows color (decimal): -1165005 or 3357166. OLE color: 3357166.
HSL color Cylindrical-coordinate representation of color #EE3933: hue angle of 1.93º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3933 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 51 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.07 |
| HSL | 1.93º | 0.85% | 0.57% | - |
| HSV(B) | 1.93º | 0.79% | 0.93% | - |
| XYZ | 37.32 | 21.34 | 5.28 | - |
| YUV | 110.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 51 | 0 | 0.76 | 0.79 | 0.07 | 1.93 | 0.85 | 0.57 |
| Hex | EE | 39 | 33 | 0 | 4C | 4F | 7 | 2 | 55 | 39 |
| Octal | 356 | 71 | 63 | 0 | 114 | 117 | 7 | 2 | 125 | 71 |
| Binary | 11101110 | 111001 | 110011 | 0 | 1001100 | 1001111 | 111 | 10 | 1010101 | 111001 |
Color Harmonies of #EE3933
Complementary color
Monochromatic Colors of #EE3933
Black with #EE3933
Text Example
Text Example
White with #EE3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3933; }
p { color: rgb(238,57,51); }
H1.HeaderClassName
{
color: #EE3933;
}
.AnyTagClassName
{
color: #EE3933;
}
</style>
background-color css
<style>
a { background-color: #EE3933; }
a { background-color: rgb(238,57,51); }
div.DivClassName
{
background-color: #EE3933;
}
.BgClassName
{
background-color: #EE3933;
}
</style>
border-color css
<style>
span { border-color: #EE3933; }
span { border-color: rgb(238,57,51); }
td.TdClassName
{
border-color: #EE3933;
}
.TagClassName
{
border-color: #EE3933;
}
</style>