Shades of Cinnabar #EE361B
Tints of Cinnabar #EE361B
RGB
CMYK
RGB Variations
Color information
#EE361B (or 0xEE361B) is known color: Cinnabar. HEX triplet: EE, 36 and 1B. RGB value is (238,54,27). Sum of RGB (Red+Green+Blue) = 238+54+27=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE361B is #11C9E4. Grayscale: #6A6A6A. Windows color (decimal): -1165797 or 1783534. OLE color: 1783534.
HSL color Cylindrical-coordinate representation of color #EE361B: hue angle of 7.68º 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 #EE361B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 27 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.07 |
| HSL | 7.68º | 0.86% | 0.52% | - |
| HSV(B) | 7.68º | 0.89% | 0.93% | - |
| XYZ | 36.78 | 20.89 | 3.13 | - |
| YUV | 105.94 | 83.46 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 27 | 0 | 0.77 | 0.89 | 0.07 | 7.68 | 0.86 | 0.52 |
| Hex | EE | 36 | 1B | 0 | 4D | 59 | 7 | 8 | 56 | 34 |
| Octal | 356 | 66 | 33 | 0 | 115 | 131 | 7 | 10 | 126 | 64 |
| Binary | 11101110 | 110110 | 11011 | 0 | 1001101 | 1011001 | 111 | 1000 | 1010110 | 110100 |
Color Harmonies of #EE361B
Complementary color
Monochromatic Colors of #EE361B
Black with #EE361B
Text Example
Text Example
White with #EE361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE361B; }
p { color: rgb(238,54,27); }
H1.HeaderClassName
{
color: #EE361B;
}
.AnyTagClassName
{
color: #EE361B;
}
</style>
background-color css
<style>
a { background-color: #EE361B; }
a { background-color: rgb(238,54,27); }
div.DivClassName
{
background-color: #EE361B;
}
.BgClassName
{
background-color: #EE361B;
}
</style>
border-color css
<style>
span { border-color: #EE361B; }
span { border-color: rgb(238,54,27); }
td.TdClassName
{
border-color: #EE361B;
}
.TagClassName
{
border-color: #EE361B;
}
</style>