Shades of Persimmon #E44201
Tints of Persimmon #E44201
RGB
CMYK
RGB Variations
Color information
#E44201 (or 0xE44201) is known color: Persimmon. HEX triplet: E4, 42 and 01. RGB value is (228,66,1). Sum of RGB (Red+Green+Blue) = 228+66+1=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E44201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44201 is #1BBDFE. Grayscale: #6B6B6B. Windows color (decimal): -1818111 or 82660. OLE color: 82660.
HSL color Cylindrical-coordinate representation of color #E44201: hue angle of 17.18º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E44201 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.11 |
| HSL | 17.18º | 0.99% | 0.45% | - |
| HSV(B) | 17.18º | 1% | 0.89% | - |
| XYZ | 33.95 | 20.39 | 2.18 | - |
| YUV | 107.03 | 68.17 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 1 | 0 | 0.71 | 1.00 | 0.11 | 17.18 | 0.99 | 0.45 |
| Hex | E4 | 42 | 1 | 0 | 47 | 64 | B | 11 | 63 | 2D |
| Octal | 344 | 102 | 1 | 0 | 107 | 144 | 13 | 21 | 143 | 55 |
| Binary | 11100100 | 1000010 | 1 | 0 | 1000111 | 1100100 | 1011 | 10001 | 1100011 | 101101 |
Color Harmonies of #E44201
Complementary color
Monochromatic Colors of #E44201
Black with #E44201
Text Example
Text Example
White with #E44201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44201; }
p { color: rgb(228,66,1); }
H1.HeaderClassName
{
color: #E44201;
}
.AnyTagClassName
{
color: #E44201;
}
</style>
background-color css
<style>
a { background-color: #E44201; }
a { background-color: rgb(228,66,1); }
div.DivClassName
{
background-color: #E44201;
}
.BgClassName
{
background-color: #E44201;
}
</style>
border-color css
<style>
span { border-color: #E44201; }
span { border-color: rgb(228,66,1); }
td.TdClassName
{
border-color: #E44201;
}
.TagClassName
{
border-color: #E44201;
}
</style>