Shades of Cinnabar #E75329
Tints of Cinnabar #E75329
RGB
CMYK
RGB Variations
Color information
#E75329 (or 0xE75329) is known color: Cinnabar. HEX triplet: E7, 53 and 29. RGB value is (231,83,41). Sum of RGB (Red+Green+Blue) = 231+83+41=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E75329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75329 is #18ACD6. Grayscale: #7A7A7A. Windows color (decimal): -1617111 or 2708455. OLE color: 2708455.
HSL color Cylindrical-coordinate representation of color #E75329: hue angle of 13.26º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E75329 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 41 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.09 |
| HSL | 13.26º | 0.8% | 0.53% | - |
| HSV(B) | 13.26º | 0.82% | 0.91% | - |
| XYZ | 36.45 | 23.34 | 4.68 | - |
| YUV | 122.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 41 | 0 | 0.64 | 0.82 | 0.09 | 13.26 | 0.8 | 0.53 |
| Hex | E7 | 53 | 29 | 0 | 40 | 52 | 9 | D | 50 | 35 |
| Octal | 347 | 123 | 51 | 0 | 100 | 122 | 11 | 15 | 120 | 65 |
| Binary | 11100111 | 1010011 | 101001 | 0 | 1000000 | 1010010 | 1001 | 1101 | 1010000 | 110101 |
Color Harmonies of #E75329
Complementary color
Monochromatic Colors of #E75329
Black with #E75329
Text Example
Text Example
White with #E75329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75329; }
p { color: rgb(231,83,41); }
H1.HeaderClassName
{
color: #E75329;
}
.AnyTagClassName
{
color: #E75329;
}
</style>
background-color css
<style>
a { background-color: #E75329; }
a { background-color: rgb(231,83,41); }
div.DivClassName
{
background-color: #E75329;
}
.BgClassName
{
background-color: #E75329;
}
</style>
border-color css
<style>
span { border-color: #E75329; }
span { border-color: rgb(231,83,41); }
td.TdClassName
{
border-color: #E75329;
}
.TagClassName
{
border-color: #E75329;
}
</style>