Shades of Cinnabar #EE4A38
Tints of Cinnabar #EE4A38
RGB
CMYK
RGB Variations
Color information
#EE4A38 (or 0xEE4A38) is known color: Cinnabar. HEX triplet: EE, 4A and 38. RGB value is (238,74,56). Sum of RGB (Red+Green+Blue) = 238+74+56=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A38 is #11B5C7. Grayscale: #797979. Windows color (decimal): -1160648 or 3689198. OLE color: 3689198.
HSL color Cylindrical-coordinate representation of color #EE4A38: hue angle of 5.93º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE4A38 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 56 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.07 |
| HSL | 5.93º | 0.84% | 0.58% | - |
| HSV(B) | 5.93º | 0.76% | 0.93% | - |
| XYZ | 38.42 | 23.36 | 6.23 | - |
| YUV | 120.98 | 91.33 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 56 | 0 | 0.69 | 0.76 | 0.07 | 5.93 | 0.84 | 0.58 |
| Hex | EE | 4A | 38 | 0 | 45 | 4C | 7 | 6 | 54 | 3A |
| Octal | 356 | 112 | 70 | 0 | 105 | 114 | 7 | 6 | 124 | 72 |
| Binary | 11101110 | 1001010 | 111000 | 0 | 1000101 | 1001100 | 111 | 110 | 1010100 | 111010 |
Color Harmonies of #EE4A38
Complementary color
Monochromatic Colors of #EE4A38
Black with #EE4A38
Text Example
Text Example
White with #EE4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A38; }
p { color: rgb(238,74,56); }
H1.HeaderClassName
{
color: #EE4A38;
}
.AnyTagClassName
{
color: #EE4A38;
}
</style>
background-color css
<style>
a { background-color: #EE4A38; }
a { background-color: rgb(238,74,56); }
div.DivClassName
{
background-color: #EE4A38;
}
.BgClassName
{
background-color: #EE4A38;
}
</style>
border-color css
<style>
span { border-color: #EE4A38; }
span { border-color: rgb(238,74,56); }
td.TdClassName
{
border-color: #EE4A38;
}
.TagClassName
{
border-color: #EE4A38;
}
</style>