Shades of Persimmon #E6420A
Tints of Persimmon #E6420A
RGB
CMYK
RGB Variations
Color information
#E6420A (or 0xE6420A) is known color: Persimmon. HEX triplet: E6, 42 and 0A. RGB value is (230,66,10). Sum of RGB (Red+Green+Blue) = 230+66+10=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E6420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6420A is #19BDF5. Grayscale: #6D6D6D. Windows color (decimal): -1687030 or 672486. OLE color: 672486.
HSL color Cylindrical-coordinate representation of color #E6420A: hue angle of 15.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6420A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.10 |
| HSL | 15.27º | 0.92% | 0.47% | - |
| HSV(B) | 15.27º | 0.96% | 0.9% | - |
| XYZ | 34.64 | 20.74 | 2.47 | - |
| YUV | 108.65 | 72.33 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 10 | 0 | 0.71 | 0.96 | 0.10 | 15.27 | 0.92 | 0.47 |
| Hex | E6 | 42 | A | 0 | 47 | 60 | A | F | 5C | 2F |
| Octal | 346 | 102 | 12 | 0 | 107 | 140 | 12 | 17 | 134 | 57 |
| Binary | 11100110 | 1000010 | 1010 | 0 | 1000111 | 1100000 | 1010 | 1111 | 1011100 | 101111 |
Color Harmonies of #E6420A
Complementary color
Monochromatic Colors of #E6420A
Black with #E6420A
Text Example
Text Example
White with #E6420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6420A; }
p { color: rgb(230,66,10); }
H1.HeaderClassName
{
color: #E6420A;
}
.AnyTagClassName
{
color: #E6420A;
}
</style>
background-color css
<style>
a { background-color: #E6420A; }
a { background-color: rgb(230,66,10); }
div.DivClassName
{
background-color: #E6420A;
}
.BgClassName
{
background-color: #E6420A;
}
</style>
border-color css
<style>
span { border-color: #E6420A; }
span { border-color: rgb(230,66,10); }
td.TdClassName
{
border-color: #E6420A;
}
.TagClassName
{
border-color: #E6420A;
}
</style>