Shades of Cinnabar #EE301D
Tints of Cinnabar #EE301D
RGB
CMYK
RGB Variations
Color information
#EE301D (or 0xEE301D) is known color: Cinnabar. HEX triplet: EE, 30 and 1D. RGB value is (238,48,29). Sum of RGB (Red+Green+Blue) = 238+48+29=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE301D is #11CFE2. Grayscale: #666666. Windows color (decimal): -1167331 or 1913070. OLE color: 1913070.
HSL color Cylindrical-coordinate representation of color #EE301D: hue angle of 5.45º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE301D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.07 |
| HSL | 5.45º | 0.86% | 0.52% | - |
| HSV(B) | 5.45º | 0.88% | 0.93% | - |
| XYZ | 36.54 | 20.38 | 3.17 | - |
| YUV | 102.64 | 86.45 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 29 | 0 | 0.80 | 0.88 | 0.07 | 5.45 | 0.86 | 0.52 |
| Hex | EE | 30 | 1D | 0 | 50 | 58 | 7 | 5 | 56 | 34 |
| Octal | 356 | 60 | 35 | 0 | 120 | 130 | 7 | 5 | 126 | 64 |
| Binary | 11101110 | 110000 | 11101 | 0 | 1010000 | 1011000 | 111 | 101 | 1010110 | 110100 |
Color Harmonies of #EE301D
Complementary color
Monochromatic Colors of #EE301D
Black with #EE301D
Text Example
Text Example
White with #EE301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE301D; }
p { color: rgb(238,48,29); }
H1.HeaderClassName
{
color: #EE301D;
}
.AnyTagClassName
{
color: #EE301D;
}
</style>
background-color css
<style>
a { background-color: #EE301D; }
a { background-color: rgb(238,48,29); }
div.DivClassName
{
background-color: #EE301D;
}
.BgClassName
{
background-color: #EE301D;
}
</style>
border-color css
<style>
span { border-color: #EE301D; }
span { border-color: rgb(238,48,29); }
td.TdClassName
{
border-color: #EE301D;
}
.TagClassName
{
border-color: #EE301D;
}
</style>