Shades of Persimmon #E7571C
Tints of Persimmon #E7571C
RGB
CMYK
RGB Variations
Color information
#E7571C (or 0xE7571C) is known color: Persimmon. HEX triplet: E7, 57 and 1C. RGB value is (231,87,28). Sum of RGB (Red+Green+Blue) = 231+87+28=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7571C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7571C is #18A8E3. Grayscale: #7B7B7B. Windows color (decimal): -1616100 or 1857511. OLE color: 1857511.
HSL color Cylindrical-coordinate representation of color #E7571C: hue angle of 17.44º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7571C is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 28 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.09 |
| HSL | 17.44º | 0.81% | 0.51% | - |
| HSV(B) | 17.44º | 0.88% | 0.91% | - |
| XYZ | 36.57 | 23.89 | 3.78 | - |
| YUV | 123.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 28 | 0 | 0.62 | 0.88 | 0.09 | 17.44 | 0.81 | 0.51 |
| Hex | E7 | 57 | 1C | 0 | 3E | 58 | 9 | 11 | 51 | 33 |
| Octal | 347 | 127 | 34 | 0 | 76 | 130 | 11 | 21 | 121 | 63 |
| Binary | 11100111 | 1010111 | 11100 | 0 | 111110 | 1011000 | 1001 | 10001 | 1010001 | 110011 |
Color Harmonies of #E7571C
Complementary color
Monochromatic Colors of #E7571C
Black with #E7571C
Text Example
Text Example
White with #E7571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7571C; }
p { color: rgb(231,87,28); }
H1.HeaderClassName
{
color: #E7571C;
}
.AnyTagClassName
{
color: #E7571C;
}
</style>
background-color css
<style>
a { background-color: #E7571C; }
a { background-color: rgb(231,87,28); }
div.DivClassName
{
background-color: #E7571C;
}
.BgClassName
{
background-color: #E7571C;
}
</style>
border-color css
<style>
span { border-color: #E7571C; }
span { border-color: rgb(231,87,28); }
td.TdClassName
{
border-color: #E7571C;
}
.TagClassName
{
border-color: #E7571C;
}
</style>