Shades of Cinnabar #EE401A
Tints of Cinnabar #EE401A
RGB
CMYK
RGB Variations
Color information
#EE401A (or 0xEE401A) is known color: Cinnabar. HEX triplet: EE, 40 and 1A. RGB value is (238,64,26). Sum of RGB (Red+Green+Blue) = 238+64+26=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE401A is #11BFE5. Grayscale: #707070. Windows color (decimal): -1163238 or 1720558. OLE color: 1720558.
HSL color Cylindrical-coordinate representation of color #EE401A: hue angle of 10.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE401A is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 26 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.07 |
| HSL | 10.75º | 0.86% | 0.52% | - |
| HSV(B) | 10.75º | 0.89% | 0.93% | - |
| XYZ | 37.28 | 21.92 | 3.24 | - |
| YUV | 111.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 26 | 0 | 0.73 | 0.89 | 0.07 | 10.75 | 0.86 | 0.52 |
| Hex | EE | 40 | 1A | 0 | 49 | 59 | 7 | B | 56 | 34 |
| Octal | 356 | 100 | 32 | 0 | 111 | 131 | 7 | 13 | 126 | 64 |
| Binary | 11101110 | 1000000 | 11010 | 0 | 1001001 | 1011001 | 111 | 1011 | 1010110 | 110100 |
Color Harmonies of #EE401A
Complementary color
Monochromatic Colors of #EE401A
Black with #EE401A
Text Example
Text Example
White with #EE401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE401A; }
p { color: rgb(238,64,26); }
H1.HeaderClassName
{
color: #EE401A;
}
.AnyTagClassName
{
color: #EE401A;
}
</style>
background-color css
<style>
a { background-color: #EE401A; }
a { background-color: rgb(238,64,26); }
div.DivClassName
{
background-color: #EE401A;
}
.BgClassName
{
background-color: #EE401A;
}
</style>
border-color css
<style>
span { border-color: #EE401A; }
span { border-color: rgb(238,64,26); }
td.TdClassName
{
border-color: #EE401A;
}
.TagClassName
{
border-color: #EE401A;
}
</style>