Shades of Chocolate #E25A1B
Tints of Chocolate #E25A1B
RGB
CMYK
RGB Variations
Color information
#E25A1B (or 0xE25A1B) is known color: Chocolate. HEX triplet: E2, 5A and 1B. RGB value is (226,90,27). Sum of RGB (Red+Green+Blue) = 226+90+27=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A1B is #1DA5E4. Grayscale: #7B7B7B. Windows color (decimal): -1943013 or 1792738. OLE color: 1792738.
HSL color Cylindrical-coordinate representation of color #E25A1B: hue angle of 18.99º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E25A1B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 27 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.11 |
| HSL | 18.99º | 0.79% | 0.5% | - |
| HSV(B) | 18.99º | 0.88% | 0.89% | - |
| XYZ | 35.22 | 23.56 | 3.73 | - |
| YUV | 123.48 | 73.56 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 27 | 0 | 0.60 | 0.88 | 0.11 | 18.99 | 0.79 | 0.5 |
| Hex | E2 | 5A | 1B | 0 | 3C | 58 | B | 13 | 4F | 32 |
| Octal | 342 | 132 | 33 | 0 | 74 | 130 | 13 | 23 | 117 | 62 |
| Binary | 11100010 | 1011010 | 11011 | 0 | 111100 | 1011000 | 1011 | 10011 | 1001111 | 110010 |
Color Harmonies of #E25A1B
Complementary color
Monochromatic Colors of #E25A1B
Black with #E25A1B
Text Example
Text Example
White with #E25A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A1B; }
p { color: rgb(226,90,27); }
H1.HeaderClassName
{
color: #E25A1B;
}
.AnyTagClassName
{
color: #E25A1B;
}
</style>
background-color css
<style>
a { background-color: #E25A1B; }
a { background-color: rgb(226,90,27); }
div.DivClassName
{
background-color: #E25A1B;
}
.BgClassName
{
background-color: #E25A1B;
}
</style>
border-color css
<style>
span { border-color: #E25A1B; }
span { border-color: rgb(226,90,27); }
td.TdClassName
{
border-color: #E25A1B;
}
.TagClassName
{
border-color: #E25A1B;
}
</style>