Shades of Cinnabar #EE341B
Tints of Cinnabar #EE341B
RGB
CMYK
RGB Variations
Color information
#EE341B (or 0xEE341B) is known color: Cinnabar. HEX triplet: EE, 34 and 1B. RGB value is (238,52,27). Sum of RGB (Red+Green+Blue) = 238+52+27=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE341B is #11CBE4. Grayscale: #696969. Windows color (decimal): -1166309 or 1783022. OLE color: 1783022.
HSL color Cylindrical-coordinate representation of color #EE341B: hue angle of 7.11º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE341B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.07 |
| HSL | 7.11º | 0.86% | 0.52% | - |
| HSV(B) | 7.11º | 0.89% | 0.93% | - |
| XYZ | 36.69 | 20.71 | 3.1 | - |
| YUV | 104.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 27 | 0 | 0.78 | 0.89 | 0.07 | 7.11 | 0.86 | 0.52 |
| Hex | EE | 34 | 1B | 0 | 4E | 59 | 7 | 7 | 56 | 34 |
| Octal | 356 | 64 | 33 | 0 | 116 | 131 | 7 | 7 | 126 | 64 |
| Binary | 11101110 | 110100 | 11011 | 0 | 1001110 | 1011001 | 111 | 111 | 1010110 | 110100 |
Color Harmonies of #EE341B
Complementary color
Monochromatic Colors of #EE341B
Black with #EE341B
Text Example
Text Example
White with #EE341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE341B; }
p { color: rgb(238,52,27); }
H1.HeaderClassName
{
color: #EE341B;
}
.AnyTagClassName
{
color: #EE341B;
}
</style>
background-color css
<style>
a { background-color: #EE341B; }
a { background-color: rgb(238,52,27); }
div.DivClassName
{
background-color: #EE341B;
}
.BgClassName
{
background-color: #EE341B;
}
</style>
border-color css
<style>
span { border-color: #EE341B; }
span { border-color: rgb(238,52,27); }
td.TdClassName
{
border-color: #EE341B;
}
.TagClassName
{
border-color: #EE341B;
}
</style>