Shades of Cinnabar #EE361C
Tints of Cinnabar #EE361C
RGB
CMYK
RGB Variations
Color information
#EE361C (or 0xEE361C) is known color: Cinnabar. HEX triplet: EE, 36 and 1C. RGB value is (238,54,28). Sum of RGB (Red+Green+Blue) = 238+54+28=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE361C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE361C is #11C9E3. Grayscale: #6A6A6A. Windows color (decimal): -1165796 or 1849070. OLE color: 1849070.
HSL color Cylindrical-coordinate representation of color #EE361C: hue angle of 7.43º 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 #EE361C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.07 |
| HSL | 7.43º | 0.86% | 0.52% | - |
| HSV(B) | 7.43º | 0.88% | 0.93% | - |
| XYZ | 36.79 | 20.9 | 3.19 | - |
| YUV | 106.05 | 83.96 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 28 | 0 | 0.77 | 0.88 | 0.07 | 7.43 | 0.86 | 0.52 |
| Hex | EE | 36 | 1C | 0 | 4D | 58 | 7 | 7 | 56 | 34 |
| Octal | 356 | 66 | 34 | 0 | 115 | 130 | 7 | 7 | 126 | 64 |
| Binary | 11101110 | 110110 | 11100 | 0 | 1001101 | 1011000 | 111 | 111 | 1010110 | 110100 |
Color Harmonies of #EE361C
Complementary color
Monochromatic Colors of #EE361C
Black with #EE361C
Text Example
Text Example
White with #EE361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE361C; }
p { color: rgb(238,54,28); }
H1.HeaderClassName
{
color: #EE361C;
}
.AnyTagClassName
{
color: #EE361C;
}
</style>
background-color css
<style>
a { background-color: #EE361C; }
a { background-color: rgb(238,54,28); }
div.DivClassName
{
background-color: #EE361C;
}
.BgClassName
{
background-color: #EE361C;
}
</style>
border-color css
<style>
span { border-color: #EE361C; }
span { border-color: rgb(238,54,28); }
td.TdClassName
{
border-color: #EE361C;
}
.TagClassName
{
border-color: #EE361C;
}
</style>