Shades of Cinnabar #EE4631
Tints of Cinnabar #EE4631
RGB
CMYK
RGB Variations
Color information
#EE4631 (or 0xEE4631) is known color: Cinnabar. HEX triplet: EE, 46 and 31. RGB value is (238,70,49). Sum of RGB (Red+Green+Blue) = 238+70+49=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4631 is #11B9CE. Grayscale: #767676. Windows color (decimal): -1161679 or 3229422. OLE color: 3229422.
HSL color Cylindrical-coordinate representation of color #EE4631: hue angle of 6.67º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE4631 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 49 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.07 |
| HSL | 6.67º | 0.85% | 0.56% | - |
| HSV(B) | 6.67º | 0.79% | 0.93% | - |
| XYZ | 38 | 22.78 | 5.3 | - |
| YUV | 117.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 49 | 0 | 0.71 | 0.79 | 0.07 | 6.67 | 0.85 | 0.56 |
| Hex | EE | 46 | 31 | 0 | 47 | 4F | 7 | 7 | 55 | 38 |
| Octal | 356 | 106 | 61 | 0 | 107 | 117 | 7 | 7 | 125 | 70 |
| Binary | 11101110 | 1000110 | 110001 | 0 | 1000111 | 1001111 | 111 | 111 | 1010101 | 111000 |
Color Harmonies of #EE4631
Complementary color
Monochromatic Colors of #EE4631
Black with #EE4631
Text Example
Text Example
White with #EE4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4631; }
p { color: rgb(238,70,49); }
H1.HeaderClassName
{
color: #EE4631;
}
.AnyTagClassName
{
color: #EE4631;
}
</style>
background-color css
<style>
a { background-color: #EE4631; }
a { background-color: rgb(238,70,49); }
div.DivClassName
{
background-color: #EE4631;
}
.BgClassName
{
background-color: #EE4631;
}
</style>
border-color css
<style>
span { border-color: #EE4631; }
span { border-color: rgb(238,70,49); }
td.TdClassName
{
border-color: #EE4631;
}
.TagClassName
{
border-color: #EE4631;
}
</style>