Shades of Cinnabar #EE341E
Tints of Cinnabar #EE341E
RGB
CMYK
RGB Variations
Color information
#EE341E (or 0xEE341E) is known color: Cinnabar. HEX triplet: EE, 34 and 1E. RGB value is (238,52,30). Sum of RGB (Red+Green+Blue) = 238+52+30=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE341E is #11CBE1. Grayscale: #696969. Windows color (decimal): -1166306 or 1979630. OLE color: 1979630.
HSL color Cylindrical-coordinate representation of color #EE341E: hue angle of 6.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE341E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.07 |
| HSL | 6.35º | 0.86% | 0.53% | - |
| HSV(B) | 6.35º | 0.87% | 0.93% | - |
| XYZ | 36.72 | 20.73 | 3.29 | - |
| YUV | 105.11 | 85.62 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 30 | 0 | 0.78 | 0.87 | 0.07 | 6.35 | 0.86 | 0.53 |
| Hex | EE | 34 | 1E | 0 | 4E | 57 | 7 | 6 | 56 | 35 |
| Octal | 356 | 64 | 36 | 0 | 116 | 127 | 7 | 6 | 126 | 65 |
| Binary | 11101110 | 110100 | 11110 | 0 | 1001110 | 1010111 | 111 | 110 | 1010110 | 110101 |
Color Harmonies of #EE341E
Complementary color
Monochromatic Colors of #EE341E
Black with #EE341E
Text Example
Text Example
White with #EE341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE341E; }
p { color: rgb(238,52,30); }
H1.HeaderClassName
{
color: #EE341E;
}
.AnyTagClassName
{
color: #EE341E;
}
</style>
background-color css
<style>
a { background-color: #EE341E; }
a { background-color: rgb(238,52,30); }
div.DivClassName
{
background-color: #EE341E;
}
.BgClassName
{
background-color: #EE341E;
}
</style>
border-color css
<style>
span { border-color: #EE341E; }
span { border-color: rgb(238,52,30); }
td.TdClassName
{
border-color: #EE341E;
}
.TagClassName
{
border-color: #EE341E;
}
</style>