Shades of Cinnabar #EE3D1C
Tints of Cinnabar #EE3D1C
RGB
CMYK
RGB Variations
Color information
#EE3D1C (or 0xEE3D1C) is known color: Cinnabar. HEX triplet: EE, 3D and 1C. RGB value is (238,61,28). Sum of RGB (Red+Green+Blue) = 238+61+28=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3D1C is #11C2E3. Grayscale: #6E6E6E. Windows color (decimal): -1164004 or 1850862. OLE color: 1850862.
HSL color Cylindrical-coordinate representation of color #EE3D1C: hue angle of 9.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 #EE3D1C is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 28 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.07 |
| HSL | 9.43º | 0.86% | 0.52% | - |
| HSV(B) | 9.43º | 0.88% | 0.93% | - |
| XYZ | 37.14 | 21.6 | 3.31 | - |
| YUV | 110.16 | 81.64 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 28 | 0 | 0.74 | 0.88 | 0.07 | 9.43 | 0.86 | 0.52 |
| Hex | EE | 3D | 1C | 0 | 4A | 58 | 7 | 9 | 56 | 34 |
| Octal | 356 | 75 | 34 | 0 | 112 | 130 | 7 | 11 | 126 | 64 |
| Binary | 11101110 | 111101 | 11100 | 0 | 1001010 | 1011000 | 111 | 1001 | 1010110 | 110100 |
Color Harmonies of #EE3D1C
Complementary color
Monochromatic Colors of #EE3D1C
Black with #EE3D1C
Text Example
Text Example
White with #EE3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3D1C; }
p { color: rgb(238,61,28); }
H1.HeaderClassName
{
color: #EE3D1C;
}
.AnyTagClassName
{
color: #EE3D1C;
}
</style>
background-color css
<style>
a { background-color: #EE3D1C; }
a { background-color: rgb(238,61,28); }
div.DivClassName
{
background-color: #EE3D1C;
}
.BgClassName
{
background-color: #EE3D1C;
}
</style>
border-color css
<style>
span { border-color: #EE3D1C; }
span { border-color: rgb(238,61,28); }
td.TdClassName
{
border-color: #EE3D1C;
}
.TagClassName
{
border-color: #EE3D1C;
}
</style>