Shades of Persimmon #E6420C
Tints of Persimmon #E6420C
RGB
CMYK
RGB Variations
Color information
#E6420C (or 0xE6420C) is known color: Persimmon. HEX triplet: E6, 42 and 0C. RGB value is (230,66,12). Sum of RGB (Red+Green+Blue) = 230+66+12=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6420C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6420C is #19BDF3. Grayscale: #6D6D6D. Windows color (decimal): -1687028 or 803558. OLE color: 803558.
HSL color Cylindrical-coordinate representation of color #E6420C: hue angle of 14.86º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6420C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.10 |
| HSL | 14.86º | 0.9% | 0.47% | - |
| HSV(B) | 14.86º | 0.95% | 0.9% | - |
| XYZ | 34.65 | 20.75 | 2.53 | - |
| YUV | 108.88 | 73.33 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 12 | 0 | 0.71 | 0.95 | 0.10 | 14.86 | 0.9 | 0.47 |
| Hex | E6 | 42 | C | 0 | 47 | 5F | A | F | 5A | 2F |
| Octal | 346 | 102 | 14 | 0 | 107 | 137 | 12 | 17 | 132 | 57 |
| Binary | 11100110 | 1000010 | 1100 | 0 | 1000111 | 1011111 | 1010 | 1111 | 1011010 | 101111 |
Color Harmonies of #E6420C
Complementary color
Monochromatic Colors of #E6420C
Black with #E6420C
Text Example
Text Example
White with #E6420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6420C; }
p { color: rgb(230,66,12); }
H1.HeaderClassName
{
color: #E6420C;
}
.AnyTagClassName
{
color: #E6420C;
}
</style>
background-color css
<style>
a { background-color: #E6420C; }
a { background-color: rgb(230,66,12); }
div.DivClassName
{
background-color: #E6420C;
}
.BgClassName
{
background-color: #E6420C;
}
</style>
border-color css
<style>
span { border-color: #E6420C; }
span { border-color: rgb(230,66,12); }
td.TdClassName
{
border-color: #E6420C;
}
.TagClassName
{
border-color: #E6420C;
}
</style>