Shades of Cinnabar #EE381B
Tints of Cinnabar #EE381B
RGB
CMYK
RGB Variations
Color information
#EE381B (or 0xEE381B) is known color: Cinnabar. HEX triplet: EE, 38 and 1B. RGB value is (238,56,27). Sum of RGB (Red+Green+Blue) = 238+56+27=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE381B is #11C7E4. Grayscale: #6B6B6B. Windows color (decimal): -1165285 or 1784046. OLE color: 1784046.
HSL color Cylindrical-coordinate representation of color #EE381B: hue angle of 8.25º 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 #EE381B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.07 |
| HSL | 8.25º | 0.86% | 0.52% | - |
| HSV(B) | 8.25º | 0.89% | 0.93% | - |
| XYZ | 36.87 | 21.08 | 3.16 | - |
| YUV | 107.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 27 | 0 | 0.76 | 0.89 | 0.07 | 8.25 | 0.86 | 0.52 |
| Hex | EE | 38 | 1B | 0 | 4C | 59 | 7 | 8 | 56 | 34 |
| Octal | 356 | 70 | 33 | 0 | 114 | 131 | 7 | 10 | 126 | 64 |
| Binary | 11101110 | 111000 | 11011 | 0 | 1001100 | 1011001 | 111 | 1000 | 1010110 | 110100 |
Color Harmonies of #EE381B
Complementary color
Monochromatic Colors of #EE381B
Black with #EE381B
Text Example
Text Example
White with #EE381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE381B; }
p { color: rgb(238,56,27); }
H1.HeaderClassName
{
color: #EE381B;
}
.AnyTagClassName
{
color: #EE381B;
}
</style>
background-color css
<style>
a { background-color: #EE381B; }
a { background-color: rgb(238,56,27); }
div.DivClassName
{
background-color: #EE381B;
}
.BgClassName
{
background-color: #EE381B;
}
</style>
border-color css
<style>
span { border-color: #EE381B; }
span { border-color: rgb(238,56,27); }
td.TdClassName
{
border-color: #EE381B;
}
.TagClassName
{
border-color: #EE381B;
}
</style>