Shades of Cinnabar #EE4538
Tints of Cinnabar #EE4538
RGB
CMYK
RGB Variations
Color information
#EE4538 (or 0xEE4538) is known color: Cinnabar. HEX triplet: EE, 45 and 38. RGB value is (238,69,56). Sum of RGB (Red+Green+Blue) = 238+69+56=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4538 is #11BAC7. Grayscale: #767676. Windows color (decimal): -1161928 or 3687918. OLE color: 3687918.
HSL color Cylindrical-coordinate representation of color #EE4538: hue angle of 4.29º 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 #EE4538 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 56 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.07 |
| HSL | 4.29º | 0.84% | 0.58% | - |
| HSV(B) | 4.29º | 0.76% | 0.93% | - |
| XYZ | 38.1 | 22.72 | 6.12 | - |
| YUV | 118.05 | 92.99 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 56 | 0 | 0.71 | 0.76 | 0.07 | 4.29 | 0.84 | 0.58 |
| Hex | EE | 45 | 38 | 0 | 47 | 4C | 7 | 4 | 54 | 3A |
| Octal | 356 | 105 | 70 | 0 | 107 | 114 | 7 | 4 | 124 | 72 |
| Binary | 11101110 | 1000101 | 111000 | 0 | 1000111 | 1001100 | 111 | 100 | 1010100 | 111010 |
Color Harmonies of #EE4538
Complementary color
Monochromatic Colors of #EE4538
Black with #EE4538
Text Example
Text Example
White with #EE4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4538; }
p { color: rgb(238,69,56); }
H1.HeaderClassName
{
color: #EE4538;
}
.AnyTagClassName
{
color: #EE4538;
}
</style>
background-color css
<style>
a { background-color: #EE4538; }
a { background-color: rgb(238,69,56); }
div.DivClassName
{
background-color: #EE4538;
}
.BgClassName
{
background-color: #EE4538;
}
</style>
border-color css
<style>
span { border-color: #EE4538; }
span { border-color: rgb(238,69,56); }
td.TdClassName
{
border-color: #EE4538;
}
.TagClassName
{
border-color: #EE4538;
}
</style>