Shades of Cinnabar #EE311B
Tints of Cinnabar #EE311B
RGB
CMYK
RGB Variations
Color information
#EE311B (or 0xEE311B) is known color: Cinnabar. HEX triplet: EE, 31 and 1B. RGB value is (238,49,27). Sum of RGB (Red+Green+Blue) = 238+49+27=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE311B is #11CEE4. Grayscale: #676767. Windows color (decimal): -1167077 or 1782254. OLE color: 1782254.
HSL color Cylindrical-coordinate representation of color #EE311B: hue angle of 6.26º 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 #EE311B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 27 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.07 |
| HSL | 6.26º | 0.86% | 0.52% | - |
| HSV(B) | 6.26º | 0.89% | 0.93% | - |
| XYZ | 36.56 | 20.45 | 3.06 | - |
| YUV | 103 | 85.12 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 27 | 0 | 0.79 | 0.89 | 0.07 | 6.26 | 0.86 | 0.52 |
| Hex | EE | 31 | 1B | 0 | 4F | 59 | 7 | 6 | 56 | 34 |
| Octal | 356 | 61 | 33 | 0 | 117 | 131 | 7 | 6 | 126 | 64 |
| Binary | 11101110 | 110001 | 11011 | 0 | 1001111 | 1011001 | 111 | 110 | 1010110 | 110100 |
Color Harmonies of #EE311B
Complementary color
Monochromatic Colors of #EE311B
Black with #EE311B
Text Example
Text Example
White with #EE311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE311B; }
p { color: rgb(238,49,27); }
H1.HeaderClassName
{
color: #EE311B;
}
.AnyTagClassName
{
color: #EE311B;
}
</style>
background-color css
<style>
a { background-color: #EE311B; }
a { background-color: rgb(238,49,27); }
div.DivClassName
{
background-color: #EE311B;
}
.BgClassName
{
background-color: #EE311B;
}
</style>
border-color css
<style>
span { border-color: #EE311B; }
span { border-color: rgb(238,49,27); }
td.TdClassName
{
border-color: #EE311B;
}
.TagClassName
{
border-color: #EE311B;
}
</style>