Shades of Cinnabar #EE342F
Tints of Cinnabar #EE342F
RGB
CMYK
RGB Variations
Color information
#EE342F (or 0xEE342F) is known color: Cinnabar. HEX triplet: EE, 34 and 2F. RGB value is (238,52,47). Sum of RGB (Red+Green+Blue) = 238+52+47=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE342F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE342F is #11CBD0. Grayscale: #6B6B6B. Windows color (decimal): -1166289 or 3093742. OLE color: 3093742.
HSL color Cylindrical-coordinate representation of color #EE342F: hue angle of 1.57º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE342F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 47 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.07 |
| HSL | 1.57º | 0.85% | 0.56% | - |
| HSV(B) | 1.57º | 0.8% | 0.93% | - |
| XYZ | 37 | 20.84 | 4.76 | - |
| YUV | 107.04 | 94.12 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 47 | 0 | 0.78 | 0.80 | 0.07 | 1.57 | 0.85 | 0.56 |
| Hex | EE | 34 | 2F | 0 | 4E | 50 | 7 | 2 | 55 | 38 |
| Octal | 356 | 64 | 57 | 0 | 116 | 120 | 7 | 2 | 125 | 70 |
| Binary | 11101110 | 110100 | 101111 | 0 | 1001110 | 1010000 | 111 | 10 | 1010101 | 111000 |
Color Harmonies of #EE342F
Complementary color
Monochromatic Colors of #EE342F
Black with #EE342F
Text Example
Text Example
White with #EE342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE342F; }
p { color: rgb(238,52,47); }
H1.HeaderClassName
{
color: #EE342F;
}
.AnyTagClassName
{
color: #EE342F;
}
</style>
background-color css
<style>
a { background-color: #EE342F; }
a { background-color: rgb(238,52,47); }
div.DivClassName
{
background-color: #EE342F;
}
.BgClassName
{
background-color: #EE342F;
}
</style>
border-color css
<style>
span { border-color: #EE342F; }
span { border-color: rgb(238,52,47); }
td.TdClassName
{
border-color: #EE342F;
}
.TagClassName
{
border-color: #EE342F;
}
</style>