Shades of Chocolate #E25A1C
Tints of Chocolate #E25A1C
RGB
CMYK
RGB Variations
Color information
#E25A1C (or 0xE25A1C) is known color: Chocolate. HEX triplet: E2, 5A and 1C. RGB value is (226,90,28). Sum of RGB (Red+Green+Blue) = 226+90+28=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25A1C is #1DA5E3. Grayscale: #7B7B7B. Windows color (decimal): -1943012 or 1858274. OLE color: 1858274.
HSL color Cylindrical-coordinate representation of color #E25A1C: hue angle of 18.79º degrees, saturation: 0.78, 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 #E25A1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 28 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.11 |
| HSL | 18.79º | 0.78% | 0.5% | - |
| HSV(B) | 18.79º | 0.88% | 0.89% | - |
| XYZ | 35.23 | 23.56 | 3.79 | - |
| YUV | 123.6 | 74.06 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 28 | 0 | 0.60 | 0.88 | 0.11 | 18.79 | 0.78 | 0.5 |
| Hex | E2 | 5A | 1C | 0 | 3C | 58 | B | 13 | 4E | 32 |
| Octal | 342 | 132 | 34 | 0 | 74 | 130 | 13 | 23 | 116 | 62 |
| Binary | 11100010 | 1011010 | 11100 | 0 | 111100 | 1011000 | 1011 | 10011 | 1001110 | 110010 |
Color Harmonies of #E25A1C
Complementary color
Monochromatic Colors of #E25A1C
Black with #E25A1C
Text Example
Text Example
White with #E25A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A1C; }
p { color: rgb(226,90,28); }
H1.HeaderClassName
{
color: #E25A1C;
}
.AnyTagClassName
{
color: #E25A1C;
}
</style>
background-color css
<style>
a { background-color: #E25A1C; }
a { background-color: rgb(226,90,28); }
div.DivClassName
{
background-color: #E25A1C;
}
.BgClassName
{
background-color: #E25A1C;
}
</style>
border-color css
<style>
span { border-color: #E25A1C; }
span { border-color: rgb(226,90,28); }
td.TdClassName
{
border-color: #E25A1C;
}
.TagClassName
{
border-color: #E25A1C;
}
</style>