Shades of Cinnabar #E95043
Tints of Cinnabar #E95043
RGB
CMYK
RGB Variations
Color information
#E95043 (or 0xE95043) is known color: Cinnabar. HEX triplet: E9, 50 and 43. RGB value is (233,80,67). Sum of RGB (Red+Green+Blue) = 233+80+67=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E95043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95043 is #16AFBC. Grayscale: #7C7C7C. Windows color (decimal): -1486781 or 4411625. OLE color: 4411625.
HSL color Cylindrical-coordinate representation of color #E95043: hue angle of 4.7º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E95043 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 67 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.09 |
| HSL | 4.7º | 0.79% | 0.59% | - |
| HSV(B) | 4.7º | 0.71% | 0.91% | - |
| XYZ | 37.49 | 23.47 | 7.86 | - |
| YUV | 124.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 67 | 0 | 0.66 | 0.71 | 0.09 | 4.7 | 0.79 | 0.59 |
| Hex | E9 | 50 | 43 | 0 | 42 | 47 | 9 | 5 | 4F | 3B |
| Octal | 351 | 120 | 103 | 0 | 102 | 107 | 11 | 5 | 117 | 73 |
| Binary | 11101001 | 1010000 | 1000011 | 0 | 1000010 | 1000111 | 1001 | 101 | 1001111 | 111011 |
Color Harmonies of #E95043
Complementary color
Monochromatic Colors of #E95043
Black with #E95043
Text Example
Text Example
White with #E95043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95043; }
p { color: rgb(233,80,67); }
H1.HeaderClassName
{
color: #E95043;
}
.AnyTagClassName
{
color: #E95043;
}
</style>
background-color css
<style>
a { background-color: #E95043; }
a { background-color: rgb(233,80,67); }
div.DivClassName
{
background-color: #E95043;
}
.BgClassName
{
background-color: #E95043;
}
</style>
border-color css
<style>
span { border-color: #E95043; }
span { border-color: rgb(233,80,67); }
td.TdClassName
{
border-color: #E95043;
}
.TagClassName
{
border-color: #E95043;
}
</style>