Shades of Cinnabar #EE4528
Tints of Cinnabar #EE4528
RGB
CMYK
RGB Variations
Color information
#EE4528 (or 0xEE4528) is known color: Cinnabar. HEX triplet: EE, 45 and 28. RGB value is (238,69,40). Sum of RGB (Red+Green+Blue) = 238+69+40=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4528 is #11BAD7. Grayscale: #747474. Windows color (decimal): -1161944 or 2639342. OLE color: 2639342.
HSL color Cylindrical-coordinate representation of color #EE4528: hue angle of 8.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE4528 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 40 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.07 |
| HSL | 8.79º | 0.85% | 0.55% | - |
| HSV(B) | 8.79º | 0.83% | 0.93% | - |
| XYZ | 37.77 | 22.59 | 4.38 | - |
| YUV | 116.23 | 84.99 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 40 | 0 | 0.71 | 0.83 | 0.07 | 8.79 | 0.85 | 0.55 |
| Hex | EE | 45 | 28 | 0 | 47 | 53 | 7 | 9 | 55 | 37 |
| Octal | 356 | 105 | 50 | 0 | 107 | 123 | 7 | 11 | 125 | 67 |
| Binary | 11101110 | 1000101 | 101000 | 0 | 1000111 | 1010011 | 111 | 1001 | 1010101 | 110111 |
Color Harmonies of #EE4528
Complementary color
Monochromatic Colors of #EE4528
Black with #EE4528
Text Example
Text Example
White with #EE4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4528; }
p { color: rgb(238,69,40); }
H1.HeaderClassName
{
color: #EE4528;
}
.AnyTagClassName
{
color: #EE4528;
}
</style>
background-color css
<style>
a { background-color: #EE4528; }
a { background-color: rgb(238,69,40); }
div.DivClassName
{
background-color: #EE4528;
}
.BgClassName
{
background-color: #EE4528;
}
</style>
border-color css
<style>
span { border-color: #EE4528; }
span { border-color: rgb(238,69,40); }
td.TdClassName
{
border-color: #EE4528;
}
.TagClassName
{
border-color: #EE4528;
}
</style>