Shades of Cinnabar #EE4B28
Tints of Cinnabar #EE4B28
RGB
CMYK
RGB Variations
Color information
#EE4B28 (or 0xEE4B28) is known color: Cinnabar. HEX triplet: EE, 4B and 28. RGB value is (238,75,40). Sum of RGB (Red+Green+Blue) = 238+75+40=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4B28 is #11B4D7. Grayscale: #787878. Windows color (decimal): -1160408 or 2640878. OLE color: 2640878.
HSL color Cylindrical-coordinate representation of color #EE4B28: hue angle of 10.61º 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 #EE4B28 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 75 | 40 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.07 |
| HSL | 10.61º | 0.85% | 0.55% | - |
| HSV(B) | 10.61º | 0.83% | 0.93% | - |
| XYZ | 38.16 | 23.36 | 4.51 | - |
| YUV | 119.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 75 | 40 | 0 | 0.68 | 0.83 | 0.07 | 10.61 | 0.85 | 0.55 |
| Hex | EE | 4B | 28 | 0 | 44 | 53 | 7 | B | 55 | 37 |
| Octal | 356 | 113 | 50 | 0 | 104 | 123 | 7 | 13 | 125 | 67 |
| Binary | 11101110 | 1001011 | 101000 | 0 | 1000100 | 1010011 | 111 | 1011 | 1010101 | 110111 |
Color Harmonies of #EE4B28
Complementary color
Monochromatic Colors of #EE4B28
Black with #EE4B28
Text Example
Text Example
White with #EE4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4B28; }
p { color: rgb(238,75,40); }
H1.HeaderClassName
{
color: #EE4B28;
}
.AnyTagClassName
{
color: #EE4B28;
}
</style>
background-color css
<style>
a { background-color: #EE4B28; }
a { background-color: rgb(238,75,40); }
div.DivClassName
{
background-color: #EE4B28;
}
.BgClassName
{
background-color: #EE4B28;
}
</style>
border-color css
<style>
span { border-color: #EE4B28; }
span { border-color: rgb(238,75,40); }
td.TdClassName
{
border-color: #EE4B28;
}
.TagClassName
{
border-color: #EE4B28;
}
</style>