Shades of Cinnabar #EE4540
Tints of Cinnabar #EE4540
RGB
CMYK
RGB Variations
Color information
#EE4540 (or 0xEE4540) is known color: Cinnabar. HEX triplet: EE, 45 and 40. RGB value is (238,69,64). Sum of RGB (Red+Green+Blue) = 238+69+64=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4540 is #11BABF. Grayscale: #777777. Windows color (decimal): -1161920 or 4212206. OLE color: 4212206.
HSL color Cylindrical-coordinate representation of color #EE4540: hue angle of 1.72º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4540 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 64 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.07 |
| HSL | 1.72º | 0.84% | 0.59% | - |
| HSV(B) | 1.72º | 0.73% | 0.93% | - |
| XYZ | 38.31 | 22.8 | 7.23 | - |
| YUV | 118.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 64 | 0 | 0.71 | 0.73 | 0.07 | 1.72 | 0.84 | 0.59 |
| Hex | EE | 45 | 40 | 0 | 47 | 49 | 7 | 2 | 54 | 3B |
| Octal | 356 | 105 | 100 | 0 | 107 | 111 | 7 | 2 | 124 | 73 |
| Binary | 11101110 | 1000101 | 1000000 | 0 | 1000111 | 1001001 | 111 | 10 | 1010100 | 111011 |
Color Harmonies of #EE4540
Complementary color
Monochromatic Colors of #EE4540
Black with #EE4540
Text Example
Text Example
White with #EE4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4540; }
p { color: rgb(238,69,64); }
H1.HeaderClassName
{
color: #EE4540;
}
.AnyTagClassName
{
color: #EE4540;
}
</style>
background-color css
<style>
a { background-color: #EE4540; }
a { background-color: rgb(238,69,64); }
div.DivClassName
{
background-color: #EE4540;
}
.BgClassName
{
background-color: #EE4540;
}
</style>
border-color css
<style>
span { border-color: #EE4540; }
span { border-color: rgb(238,69,64); }
td.TdClassName
{
border-color: #EE4540;
}
.TagClassName
{
border-color: #EE4540;
}
</style>