Shades of Cinnabar #EE352B
Tints of Cinnabar #EE352B
RGB
CMYK
RGB Variations
Color information
#EE352B (or 0xEE352B) is known color: Cinnabar. HEX triplet: EE, 35 and 2B. RGB value is (238,53,43). Sum of RGB (Red+Green+Blue) = 238+53+43=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE352B is #11CAD4. Grayscale: #6B6B6B. Windows color (decimal): -1166037 or 2831854. OLE color: 2831854.
HSL color Cylindrical-coordinate representation of color #EE352B: hue angle of 3.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE352B is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 43 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.07 |
| HSL | 3.08º | 0.85% | 0.55% | - |
| HSV(B) | 3.08º | 0.82% | 0.93% | - |
| XYZ | 36.97 | 20.9 | 4.37 | - |
| YUV | 107.18 | 91.79 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 43 | 0 | 0.78 | 0.82 | 0.07 | 3.08 | 0.85 | 0.55 |
| Hex | EE | 35 | 2B | 0 | 4E | 52 | 7 | 3 | 55 | 37 |
| Octal | 356 | 65 | 53 | 0 | 116 | 122 | 7 | 3 | 125 | 67 |
| Binary | 11101110 | 110101 | 101011 | 0 | 1001110 | 1010010 | 111 | 11 | 1010101 | 110111 |
Color Harmonies of #EE352B
Complementary color
Monochromatic Colors of #EE352B
Black with #EE352B
Text Example
Text Example
White with #EE352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE352B; }
p { color: rgb(238,53,43); }
H1.HeaderClassName
{
color: #EE352B;
}
.AnyTagClassName
{
color: #EE352B;
}
</style>
background-color css
<style>
a { background-color: #EE352B; }
a { background-color: rgb(238,53,43); }
div.DivClassName
{
background-color: #EE352B;
}
.BgClassName
{
background-color: #EE352B;
}
</style>
border-color css
<style>
span { border-color: #EE352B; }
span { border-color: rgb(238,53,43); }
td.TdClassName
{
border-color: #EE352B;
}
.TagClassName
{
border-color: #EE352B;
}
</style>