Shades of Cinnabar #E95525
Tints of Cinnabar #E95525
RGB
CMYK
RGB Variations
Color information
#E95525 (or 0xE95525) is known color: Cinnabar. HEX triplet: E9, 55 and 25. RGB value is (233,85,37). Sum of RGB (Red+Green+Blue) = 233+85+37=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E95525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95525 is #16AADA. Grayscale: #7C7C7C. Windows color (decimal): -1485531 or 2446825. OLE color: 2446825.
HSL color Cylindrical-coordinate representation of color #E95525: hue angle of 14.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E95525 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 37 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.09 |
| HSL | 14.69º | 0.82% | 0.53% | - |
| HSV(B) | 14.69º | 0.84% | 0.91% | - |
| XYZ | 37.19 | 23.95 | 4.41 | - |
| YUV | 123.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 37 | 0 | 0.64 | 0.84 | 0.09 | 14.69 | 0.82 | 0.53 |
| Hex | E9 | 55 | 25 | 0 | 40 | 54 | 9 | F | 52 | 35 |
| Octal | 351 | 125 | 45 | 0 | 100 | 124 | 11 | 17 | 122 | 65 |
| Binary | 11101001 | 1010101 | 100101 | 0 | 1000000 | 1010100 | 1001 | 1111 | 1010010 | 110101 |
Color Harmonies of #E95525
Complementary color
Monochromatic Colors of #E95525
Black with #E95525
Text Example
Text Example
White with #E95525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95525; }
p { color: rgb(233,85,37); }
H1.HeaderClassName
{
color: #E95525;
}
.AnyTagClassName
{
color: #E95525;
}
</style>
background-color css
<style>
a { background-color: #E95525; }
a { background-color: rgb(233,85,37); }
div.DivClassName
{
background-color: #E95525;
}
.BgClassName
{
background-color: #E95525;
}
</style>
border-color css
<style>
span { border-color: #E95525; }
span { border-color: rgb(233,85,37); }
td.TdClassName
{
border-color: #E95525;
}
.TagClassName
{
border-color: #E95525;
}
</style>