Shades of Cinnabar #EE351E
Tints of Cinnabar #EE351E
RGB
CMYK
RGB Variations
Color information
#EE351E (or 0xEE351E) is known color: Cinnabar. HEX triplet: EE, 35 and 1E. RGB value is (238,53,30). Sum of RGB (Red+Green+Blue) = 238+53+30=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE351E is #11CAE1. Grayscale: #696969. Windows color (decimal): -1166050 or 1979886. OLE color: 1979886.
HSL color Cylindrical-coordinate representation of color #EE351E: hue angle of 6.63º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE351E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.07 |
| HSL | 6.63º | 0.86% | 0.53% | - |
| HSV(B) | 6.63º | 0.87% | 0.93% | - |
| XYZ | 36.77 | 20.82 | 3.31 | - |
| YUV | 105.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 30 | 0 | 0.78 | 0.87 | 0.07 | 6.63 | 0.86 | 0.53 |
| Hex | EE | 35 | 1E | 0 | 4E | 57 | 7 | 7 | 56 | 35 |
| Octal | 356 | 65 | 36 | 0 | 116 | 127 | 7 | 7 | 126 | 65 |
| Binary | 11101110 | 110101 | 11110 | 0 | 1001110 | 1010111 | 111 | 111 | 1010110 | 110101 |
Color Harmonies of #EE351E
Complementary color
Monochromatic Colors of #EE351E
Black with #EE351E
Text Example
Text Example
White with #EE351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE351E; }
p { color: rgb(238,53,30); }
H1.HeaderClassName
{
color: #EE351E;
}
.AnyTagClassName
{
color: #EE351E;
}
</style>
background-color css
<style>
a { background-color: #EE351E; }
a { background-color: rgb(238,53,30); }
div.DivClassName
{
background-color: #EE351E;
}
.BgClassName
{
background-color: #EE351E;
}
</style>
border-color css
<style>
span { border-color: #EE351E; }
span { border-color: rgb(238,53,30); }
td.TdClassName
{
border-color: #EE351E;
}
.TagClassName
{
border-color: #EE351E;
}
</style>