Shades of Cinnabar #EE4B3A
Tints of Cinnabar #EE4B3A
RGB
CMYK
RGB Variations
Color information
#EE4B3A (or 0xEE4B3A) is known color: Cinnabar. HEX triplet: EE, 4B and 3A. RGB value is (238,75,58). Sum of RGB (Red+Green+Blue) = 238+75+58=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4B3A is #11B4C5. Grayscale: #7A7A7A. Windows color (decimal): -1160390 or 3820526. OLE color: 3820526.
HSL color Cylindrical-coordinate representation of color #EE4B3A: hue angle of 5.67º 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 #EE4B3A is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 58 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.07 |
| HSL | 5.67º | 0.84% | 0.58% | - |
| HSV(B) | 5.67º | 0.76% | 0.93% | - |
| XYZ | 38.54 | 23.51 | 6.51 | - |
| YUV | 121.8 | 92 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 58 | 0 | 0.68 | 0.76 | 0.07 | 5.67 | 0.84 | 0.58 |
| Hex | EE | 4B | 3A | 0 | 44 | 4C | 7 | 6 | 54 | 3A |
| Octal | 356 | 113 | 72 | 0 | 104 | 114 | 7 | 6 | 124 | 72 |
| Binary | 11101110 | 1001011 | 111010 | 0 | 1000100 | 1001100 | 111 | 110 | 1010100 | 111010 |
Color Harmonies of #EE4B3A
Complementary color
Monochromatic Colors of #EE4B3A
Black with #EE4B3A
Text Example
Text Example
White with #EE4B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4B3A; }
p { color: rgb(238,75,58); }
H1.HeaderClassName
{
color: #EE4B3A;
}
.AnyTagClassName
{
color: #EE4B3A;
}
</style>
background-color css
<style>
a { background-color: #EE4B3A; }
a { background-color: rgb(238,75,58); }
div.DivClassName
{
background-color: #EE4B3A;
}
.BgClassName
{
background-color: #EE4B3A;
}
</style>
border-color css
<style>
span { border-color: #EE4B3A; }
span { border-color: rgb(238,75,58); }
td.TdClassName
{
border-color: #EE4B3A;
}
.TagClassName
{
border-color: #EE4B3A;
}
</style>