Shades of Cinnabar #EE4529
Tints of Cinnabar #EE4529
RGB
CMYK
RGB Variations
Color information
#EE4529 (or 0xEE4529) is known color: Cinnabar. HEX triplet: EE, 45 and 29. RGB value is (238,69,41). Sum of RGB (Red+Green+Blue) = 238+69+41=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4529 is #11BAD6. Grayscale: #747474. Windows color (decimal): -1161943 or 2704878. OLE color: 2704878.
HSL color Cylindrical-coordinate representation of color #EE4529: hue angle of 8.53º 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 #EE4529 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 41 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.07 |
| HSL | 8.53º | 0.85% | 0.55% | - |
| HSV(B) | 8.53º | 0.83% | 0.93% | - |
| XYZ | 37.79 | 22.59 | 4.47 | - |
| YUV | 116.34 | 85.49 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 41 | 0 | 0.71 | 0.83 | 0.07 | 8.53 | 0.85 | 0.55 |
| Hex | EE | 45 | 29 | 0 | 47 | 53 | 7 | 9 | 55 | 37 |
| Octal | 356 | 105 | 51 | 0 | 107 | 123 | 7 | 11 | 125 | 67 |
| Binary | 11101110 | 1000101 | 101001 | 0 | 1000111 | 1010011 | 111 | 1001 | 1010101 | 110111 |
Color Harmonies of #EE4529
Complementary color
Monochromatic Colors of #EE4529
Black with #EE4529
Text Example
Text Example
White with #EE4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4529; }
p { color: rgb(238,69,41); }
H1.HeaderClassName
{
color: #EE4529;
}
.AnyTagClassName
{
color: #EE4529;
}
</style>
background-color css
<style>
a { background-color: #EE4529; }
a { background-color: rgb(238,69,41); }
div.DivClassName
{
background-color: #EE4529;
}
.BgClassName
{
background-color: #EE4529;
}
</style>
border-color css
<style>
span { border-color: #EE4529; }
span { border-color: rgb(238,69,41); }
td.TdClassName
{
border-color: #EE4529;
}
.TagClassName
{
border-color: #EE4529;
}
</style>