Shades of Cinnabar #EE352E
Tints of Cinnabar #EE352E
RGB
CMYK
RGB Variations
Color information
#EE352E (or 0xEE352E) is known color: Cinnabar. HEX triplet: EE, 35 and 2E. RGB value is (238,53,46). Sum of RGB (Red+Green+Blue) = 238+53+46=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE352E is #11CAD1. Grayscale: #6B6B6B. Windows color (decimal): -1166034 or 3028462. OLE color: 3028462.
HSL color Cylindrical-coordinate representation of color #EE352E: hue angle of 2.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE352E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 2.19º | 0.85% | 0.56% | - |
| HSV(B) | 2.19º | 0.81% | 0.93% | - |
| XYZ | 37.03 | 20.92 | 4.67 | - |
| YUV | 107.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 46 | 0 | 0.78 | 0.81 | 0.07 | 2.19 | 0.85 | 0.56 |
| Hex | EE | 35 | 2E | 0 | 4E | 51 | 7 | 2 | 55 | 38 |
| Octal | 356 | 65 | 56 | 0 | 116 | 121 | 7 | 2 | 125 | 70 |
| Binary | 11101110 | 110101 | 101110 | 0 | 1001110 | 1010001 | 111 | 10 | 1010101 | 111000 |
Color Harmonies of #EE352E
Complementary color
Monochromatic Colors of #EE352E
Black with #EE352E
Text Example
Text Example
White with #EE352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE352E; }
p { color: rgb(238,53,46); }
H1.HeaderClassName
{
color: #EE352E;
}
.AnyTagClassName
{
color: #EE352E;
}
</style>
background-color css
<style>
a { background-color: #EE352E; }
a { background-color: rgb(238,53,46); }
div.DivClassName
{
background-color: #EE352E;
}
.BgClassName
{
background-color: #EE352E;
}
</style>
border-color css
<style>
span { border-color: #EE352E; }
span { border-color: rgb(238,53,46); }
td.TdClassName
{
border-color: #EE352E;
}
.TagClassName
{
border-color: #EE352E;
}
</style>