Shades of Cinnabar #EE321C
Tints of Cinnabar #EE321C
RGB
CMYK
RGB Variations
Color information
#EE321C (or 0xEE321C) is known color: Cinnabar. HEX triplet: EE, 32 and 1C. RGB value is (238,50,28). Sum of RGB (Red+Green+Blue) = 238+50+28=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE321C is #11CDE3. Grayscale: #676767. Windows color (decimal): -1166820 or 1848046. OLE color: 1848046.
HSL color Cylindrical-coordinate representation of color #EE321C: hue angle of 6.29º 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 #EE321C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 28 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.07 |
| HSL | 6.29º | 0.86% | 0.52% | - |
| HSV(B) | 6.29º | 0.88% | 0.93% | - |
| XYZ | 36.61 | 20.54 | 3.13 | - |
| YUV | 103.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 28 | 0 | 0.79 | 0.88 | 0.07 | 6.29 | 0.86 | 0.52 |
| Hex | EE | 32 | 1C | 0 | 4F | 58 | 7 | 6 | 56 | 34 |
| Octal | 356 | 62 | 34 | 0 | 117 | 130 | 7 | 6 | 126 | 64 |
| Binary | 11101110 | 110010 | 11100 | 0 | 1001111 | 1011000 | 111 | 110 | 1010110 | 110100 |
Color Harmonies of #EE321C
Complementary color
Monochromatic Colors of #EE321C
Black with #EE321C
Text Example
Text Example
White with #EE321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE321C; }
p { color: rgb(238,50,28); }
H1.HeaderClassName
{
color: #EE321C;
}
.AnyTagClassName
{
color: #EE321C;
}
</style>
background-color css
<style>
a { background-color: #EE321C; }
a { background-color: rgb(238,50,28); }
div.DivClassName
{
background-color: #EE321C;
}
.BgClassName
{
background-color: #EE321C;
}
</style>
border-color css
<style>
span { border-color: #EE321C; }
span { border-color: rgb(238,50,28); }
td.TdClassName
{
border-color: #EE321C;
}
.TagClassName
{
border-color: #EE321C;
}
</style>