Shades of Cinnabar #E35325
Tints of Cinnabar #E35325
RGB
CMYK
RGB Variations
Color information
#E35325 (or 0xE35325) is known color: Cinnabar. HEX triplet: E3, 53 and 25. RGB value is (227,83,37). Sum of RGB (Red+Green+Blue) = 227+83+37=347 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.42% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 227 - color contains mainly: red. Hex color #E35325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35325 is #1CACDA. Grayscale: #797979. Windows color (decimal): -1879259 or 2446307. OLE color: 2446307.
HSL color Cylindrical-coordinate representation of color #E35325: hue angle of 14.53º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E35325 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 37 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.11 |
| HSL | 14.53º | 0.77% | 0.52% | - |
| HSV(B) | 14.53º | 0.84% | 0.89% | - |
| XYZ | 35.11 | 22.65 | 4.27 | - |
| YUV | 120.81 | 80.71 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 37 | 0 | 0.63 | 0.84 | 0.11 | 14.53 | 0.77 | 0.52 |
| Hex | E3 | 53 | 25 | 0 | 3F | 54 | B | F | 4D | 34 |
| Octal | 343 | 123 | 45 | 0 | 77 | 124 | 13 | 17 | 115 | 64 |
| Binary | 11100011 | 1010011 | 100101 | 0 | 111111 | 1010100 | 1011 | 1111 | 1001101 | 110100 |
Color Harmonies of #E35325
Complementary color
Monochromatic Colors of #E35325
Black with #E35325
Text Example
Text Example
White with #E35325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35325; }
p { color: rgb(227,83,37); }
H1.HeaderClassName
{
color: #E35325;
}
.AnyTagClassName
{
color: #E35325;
}
</style>
background-color css
<style>
a { background-color: #E35325; }
a { background-color: rgb(227,83,37); }
div.DivClassName
{
background-color: #E35325;
}
.BgClassName
{
background-color: #E35325;
}
</style>
border-color css
<style>
span { border-color: #E35325; }
span { border-color: rgb(227,83,37); }
td.TdClassName
{
border-color: #E35325;
}
.TagClassName
{
border-color: #E35325;
}
</style>