Shades of Cinnabar #E75426
Tints of Cinnabar #E75426
RGB
CMYK
RGB Variations
Color information
#E75426 (or 0xE75426) is known color: Cinnabar. HEX triplet: E7, 54 and 26. RGB value is (231,84,38). Sum of RGB (Red+Green+Blue) = 231+84+38=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E75426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75426 is #18ABD9. Grayscale: #7B7B7B. Windows color (decimal): -1616858 or 2512103. OLE color: 2512103.
HSL color Cylindrical-coordinate representation of color #E75426: hue angle of 14.3º degrees, saturation: 0.8, 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 #E75426 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 38 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.09 |
| HSL | 14.3º | 0.8% | 0.53% | - |
| HSV(B) | 14.3º | 0.84% | 0.91% | - |
| XYZ | 36.48 | 23.47 | 4.44 | - |
| YUV | 122.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 38 | 0 | 0.64 | 0.84 | 0.09 | 14.3 | 0.8 | 0.53 |
| Hex | E7 | 54 | 26 | 0 | 40 | 54 | 9 | E | 50 | 35 |
| Octal | 347 | 124 | 46 | 0 | 100 | 124 | 11 | 16 | 120 | 65 |
| Binary | 11100111 | 1010100 | 100110 | 0 | 1000000 | 1010100 | 1001 | 1110 | 1010000 | 110101 |
Color Harmonies of #E75426
Complementary color
Monochromatic Colors of #E75426
Black with #E75426
Text Example
Text Example
White with #E75426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75426; }
p { color: rgb(231,84,38); }
H1.HeaderClassName
{
color: #E75426;
}
.AnyTagClassName
{
color: #E75426;
}
</style>
background-color css
<style>
a { background-color: #E75426; }
a { background-color: rgb(231,84,38); }
div.DivClassName
{
background-color: #E75426;
}
.BgClassName
{
background-color: #E75426;
}
</style>
border-color css
<style>
span { border-color: #E75426; }
span { border-color: rgb(231,84,38); }
td.TdClassName
{
border-color: #E75426;
}
.TagClassName
{
border-color: #E75426;
}
</style>