Shades of Cinnabar #EE352C
Tints of Cinnabar #EE352C
RGB
CMYK
RGB Variations
Color information
#EE352C (or 0xEE352C) is known color: Cinnabar. HEX triplet: EE, 35 and 2C. RGB value is (238,53,44). Sum of RGB (Red+Green+Blue) = 238+53+44=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE352C is #11CAD3. Grayscale: #6B6B6B. Windows color (decimal): -1166036 or 2897390. OLE color: 2897390.
HSL color Cylindrical-coordinate representation of color #EE352C: hue angle of 2.78º 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 #EE352C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 44 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.07 |
| HSL | 2.78º | 0.85% | 0.55% | - |
| HSV(B) | 2.78º | 0.82% | 0.93% | - |
| XYZ | 36.99 | 20.91 | 4.47 | - |
| YUV | 107.29 | 92.29 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 44 | 0 | 0.78 | 0.82 | 0.07 | 2.78 | 0.85 | 0.55 |
| Hex | EE | 35 | 2C | 0 | 4E | 52 | 7 | 3 | 55 | 37 |
| Octal | 356 | 65 | 54 | 0 | 116 | 122 | 7 | 3 | 125 | 67 |
| Binary | 11101110 | 110101 | 101100 | 0 | 1001110 | 1010010 | 111 | 11 | 1010101 | 110111 |
Color Harmonies of #EE352C
Complementary color
Monochromatic Colors of #EE352C
Black with #EE352C
Text Example
Text Example
White with #EE352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE352C; }
p { color: rgb(238,53,44); }
H1.HeaderClassName
{
color: #EE352C;
}
.AnyTagClassName
{
color: #EE352C;
}
</style>
background-color css
<style>
a { background-color: #EE352C; }
a { background-color: rgb(238,53,44); }
div.DivClassName
{
background-color: #EE352C;
}
.BgClassName
{
background-color: #EE352C;
}
</style>
border-color css
<style>
span { border-color: #EE352C; }
span { border-color: rgb(238,53,44); }
td.TdClassName
{
border-color: #EE352C;
}
.TagClassName
{
border-color: #EE352C;
}
</style>