Shades of Cinnabar #EE3F1D
Tints of Cinnabar #EE3F1D
RGB
CMYK
RGB Variations
Color information
#EE3F1D (or 0xEE3F1D) is known color: Cinnabar. HEX triplet: EE, 3F and 1D. RGB value is (238,63,29). Sum of RGB (Red+Green+Blue) = 238+63+29=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3F1D is #11C0E2. Grayscale: #6F6F6F. Windows color (decimal): -1163491 or 1916910. OLE color: 1916910.
HSL color Cylindrical-coordinate representation of color #EE3F1D: hue angle of 9.76º 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 #EE3F1D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.07 |
| HSL | 9.76º | 0.86% | 0.52% | - |
| HSV(B) | 9.76º | 0.88% | 0.93% | - |
| XYZ | 37.26 | 21.82 | 3.41 | - |
| YUV | 111.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 29 | 0 | 0.74 | 0.88 | 0.07 | 9.76 | 0.86 | 0.52 |
| Hex | EE | 3F | 1D | 0 | 4A | 58 | 7 | A | 56 | 34 |
| Octal | 356 | 77 | 35 | 0 | 112 | 130 | 7 | 12 | 126 | 64 |
| Binary | 11101110 | 111111 | 11101 | 0 | 1001010 | 1011000 | 111 | 1010 | 1010110 | 110100 |
Color Harmonies of #EE3F1D
Complementary color
Monochromatic Colors of #EE3F1D
Black with #EE3F1D
Text Example
Text Example
White with #EE3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3F1D; }
p { color: rgb(238,63,29); }
H1.HeaderClassName
{
color: #EE3F1D;
}
.AnyTagClassName
{
color: #EE3F1D;
}
</style>
background-color css
<style>
a { background-color: #EE3F1D; }
a { background-color: rgb(238,63,29); }
div.DivClassName
{
background-color: #EE3F1D;
}
.BgClassName
{
background-color: #EE3F1D;
}
</style>
border-color css
<style>
span { border-color: #EE3F1D; }
span { border-color: rgb(238,63,29); }
td.TdClassName
{
border-color: #EE3F1D;
}
.TagClassName
{
border-color: #EE3F1D;
}
</style>