Shades of Cinnabar #EE4527
Tints of Cinnabar #EE4527
RGB
CMYK
RGB Variations
Color information
#EE4527 (or 0xEE4527) is known color: Cinnabar. HEX triplet: EE, 45 and 27. RGB value is (238,69,39). Sum of RGB (Red+Green+Blue) = 238+69+39=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4527 is #11BAD8. Grayscale: #747474. Windows color (decimal): -1161945 or 2573806. OLE color: 2573806.
HSL color Cylindrical-coordinate representation of color #EE4527: hue angle of 9.05º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE4527 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 39 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.07 |
| HSL | 9.05º | 0.85% | 0.54% | - |
| HSV(B) | 9.05º | 0.84% | 0.93% | - |
| XYZ | 37.75 | 22.58 | 4.29 | - |
| YUV | 116.11 | 84.49 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 39 | 0 | 0.71 | 0.84 | 0.07 | 9.05 | 0.85 | 0.54 |
| Hex | EE | 45 | 27 | 0 | 47 | 54 | 7 | 9 | 55 | 36 |
| Octal | 356 | 105 | 47 | 0 | 107 | 124 | 7 | 11 | 125 | 66 |
| Binary | 11101110 | 1000101 | 100111 | 0 | 1000111 | 1010100 | 111 | 1001 | 1010101 | 110110 |
Color Harmonies of #EE4527
Complementary color
Monochromatic Colors of #EE4527
Black with #EE4527
Text Example
Text Example
White with #EE4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4527; }
p { color: rgb(238,69,39); }
H1.HeaderClassName
{
color: #EE4527;
}
.AnyTagClassName
{
color: #EE4527;
}
</style>
background-color css
<style>
a { background-color: #EE4527; }
a { background-color: rgb(238,69,39); }
div.DivClassName
{
background-color: #EE4527;
}
.BgClassName
{
background-color: #EE4527;
}
</style>
border-color css
<style>
span { border-color: #EE4527; }
span { border-color: rgb(238,69,39); }
td.TdClassName
{
border-color: #EE4527;
}
.TagClassName
{
border-color: #EE4527;
}
</style>