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