Shades of Cinnabar #EE301B
Tints of Cinnabar #EE301B
RGB
CMYK
RGB Variations
Color information
#EE301B (or 0xEE301B) is known color: Cinnabar. HEX triplet: EE, 30 and 1B. RGB value is (238,48,27). Sum of RGB (Red+Green+Blue) = 238+48+27=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE301B is #11CFE4. Grayscale: #666666. Windows color (decimal): -1167333 or 1781998. OLE color: 1781998.
HSL color Cylindrical-coordinate representation of color #EE301B: hue angle of 5.97º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE301B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 27 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.07 |
| HSL | 5.97º | 0.86% | 0.52% | - |
| HSV(B) | 5.97º | 0.89% | 0.93% | - |
| XYZ | 36.51 | 20.37 | 3.04 | - |
| YUV | 102.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 27 | 0 | 0.80 | 0.89 | 0.07 | 5.97 | 0.86 | 0.52 |
| Hex | EE | 30 | 1B | 0 | 50 | 59 | 7 | 6 | 56 | 34 |
| Octal | 356 | 60 | 33 | 0 | 120 | 131 | 7 | 6 | 126 | 64 |
| Binary | 11101110 | 110000 | 11011 | 0 | 1010000 | 1011001 | 111 | 110 | 1010110 | 110100 |
Color Harmonies of #EE301B
Complementary color
Monochromatic Colors of #EE301B
Black with #EE301B
Text Example
Text Example
White with #EE301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE301B; }
p { color: rgb(238,48,27); }
H1.HeaderClassName
{
color: #EE301B;
}
.AnyTagClassName
{
color: #EE301B;
}
</style>
background-color css
<style>
a { background-color: #EE301B; }
a { background-color: rgb(238,48,27); }
div.DivClassName
{
background-color: #EE301B;
}
.BgClassName
{
background-color: #EE301B;
}
</style>
border-color css
<style>
span { border-color: #EE301B; }
span { border-color: rgb(238,48,27); }
td.TdClassName
{
border-color: #EE301B;
}
.TagClassName
{
border-color: #EE301B;
}
</style>