Shades of Cinnabar #EE371D
Tints of Cinnabar #EE371D
RGB
CMYK
RGB Variations
Color information
#EE371D (or 0xEE371D) is known color: Cinnabar. HEX triplet: EE, 37 and 1D. RGB value is (238,55,29). Sum of RGB (Red+Green+Blue) = 238+55+29=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE371D is #11C8E2. Grayscale: #6B6B6B. Windows color (decimal): -1165539 or 1914862. OLE color: 1914862.
HSL color Cylindrical-coordinate representation of color #EE371D: hue angle of 7.46º 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 #EE371D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 55 | 29 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.07 |
| HSL | 7.46º | 0.86% | 0.52% | - |
| HSV(B) | 7.46º | 0.88% | 0.93% | - |
| XYZ | 36.85 | 21 | 3.27 | - |
| YUV | 106.75 | 84.13 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 55 | 29 | 0 | 0.77 | 0.88 | 0.07 | 7.46 | 0.86 | 0.52 |
| Hex | EE | 37 | 1D | 0 | 4D | 58 | 7 | 7 | 56 | 34 |
| Octal | 356 | 67 | 35 | 0 | 115 | 130 | 7 | 7 | 126 | 64 |
| Binary | 11101110 | 110111 | 11101 | 0 | 1001101 | 1011000 | 111 | 111 | 1010110 | 110100 |
Color Harmonies of #EE371D
Complementary color
Monochromatic Colors of #EE371D
Black with #EE371D
Text Example
Text Example
White with #EE371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE371D; }
p { color: rgb(238,55,29); }
H1.HeaderClassName
{
color: #EE371D;
}
.AnyTagClassName
{
color: #EE371D;
}
</style>
background-color css
<style>
a { background-color: #EE371D; }
a { background-color: rgb(238,55,29); }
div.DivClassName
{
background-color: #EE371D;
}
.BgClassName
{
background-color: #EE371D;
}
</style>
border-color css
<style>
span { border-color: #EE371D; }
span { border-color: rgb(238,55,29); }
td.TdClassName
{
border-color: #EE371D;
}
.TagClassName
{
border-color: #EE371D;
}
</style>