Shades of Cinnabar #EE352F
Tints of Cinnabar #EE352F
RGB
CMYK
RGB Variations
Color information
#EE352F (or 0xEE352F) is known color: Cinnabar. HEX triplet: EE, 35 and 2F. RGB value is (238,53,47). Sum of RGB (Red+Green+Blue) = 238+53+47=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE352F is #11CAD0. Grayscale: #6B6B6B. Windows color (decimal): -1166033 or 3093998. OLE color: 3093998.
HSL color Cylindrical-coordinate representation of color #EE352F: hue angle of 1.88º 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 #EE352F is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 47 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.07 |
| HSL | 1.88º | 0.85% | 0.56% | - |
| HSV(B) | 1.88º | 0.8% | 0.93% | - |
| XYZ | 37.05 | 20.93 | 4.78 | - |
| YUV | 107.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 47 | 0 | 0.78 | 0.80 | 0.07 | 1.88 | 0.85 | 0.56 |
| Hex | EE | 35 | 2F | 0 | 4E | 50 | 7 | 2 | 55 | 38 |
| Octal | 356 | 65 | 57 | 0 | 116 | 120 | 7 | 2 | 125 | 70 |
| Binary | 11101110 | 110101 | 101111 | 0 | 1001110 | 1010000 | 111 | 10 | 1010101 | 111000 |
Color Harmonies of #EE352F
Complementary color
Monochromatic Colors of #EE352F
Black with #EE352F
Text Example
Text Example
White with #EE352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE352F; }
p { color: rgb(238,53,47); }
H1.HeaderClassName
{
color: #EE352F;
}
.AnyTagClassName
{
color: #EE352F;
}
</style>
background-color css
<style>
a { background-color: #EE352F; }
a { background-color: rgb(238,53,47); }
div.DivClassName
{
background-color: #EE352F;
}
.BgClassName
{
background-color: #EE352F;
}
</style>
border-color css
<style>
span { border-color: #EE352F; }
span { border-color: rgb(238,53,47); }
td.TdClassName
{
border-color: #EE352F;
}
.TagClassName
{
border-color: #EE352F;
}
</style>