Shades of Cinnabar #EE352D
Tints of Cinnabar #EE352D
RGB
CMYK
RGB Variations
Color information
#EE352D (or 0xEE352D) is known color: Cinnabar. HEX triplet: EE, 35 and 2D. RGB value is (238,53,45). Sum of RGB (Red+Green+Blue) = 238+53+45=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE352D is #11CAD2. Grayscale: #6B6B6B. Windows color (decimal): -1166035 or 2962926. OLE color: 2962926.
HSL color Cylindrical-coordinate representation of color #EE352D: hue angle of 2.49º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE352D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.49º | 0.85% | 0.55% | - |
| HSV(B) | 2.49º | 0.81% | 0.93% | - |
| XYZ | 37.01 | 20.91 | 4.57 | - |
| YUV | 107.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 45 | 0 | 0.78 | 0.81 | 0.07 | 2.49 | 0.85 | 0.55 |
| Hex | EE | 35 | 2D | 0 | 4E | 51 | 7 | 2 | 55 | 37 |
| Octal | 356 | 65 | 55 | 0 | 116 | 121 | 7 | 2 | 125 | 67 |
| Binary | 11101110 | 110101 | 101101 | 0 | 1001110 | 1010001 | 111 | 10 | 1010101 | 110111 |
Color Harmonies of #EE352D
Complementary color
Monochromatic Colors of #EE352D
Black with #EE352D
Text Example
Text Example
White with #EE352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE352D; }
p { color: rgb(238,53,45); }
H1.HeaderClassName
{
color: #EE352D;
}
.AnyTagClassName
{
color: #EE352D;
}
</style>
background-color css
<style>
a { background-color: #EE352D; }
a { background-color: rgb(238,53,45); }
div.DivClassName
{
background-color: #EE352D;
}
.BgClassName
{
background-color: #EE352D;
}
</style>
border-color css
<style>
span { border-color: #EE352D; }
span { border-color: rgb(238,53,45); }
td.TdClassName
{
border-color: #EE352D;
}
.TagClassName
{
border-color: #EE352D;
}
</style>