Shades of Persimmon #E6460B
Tints of Persimmon #E6460B
RGB
CMYK
RGB Variations
Color information
#E6460B (or 0xE6460B) is known color: Persimmon. HEX triplet: E6, 46 and 0B. RGB value is (230,70,11). Sum of RGB (Red+Green+Blue) = 230+70+11=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6460B is #19B9F4. Grayscale: #6F6F6F. Windows color (decimal): -1686005 or 739046. OLE color: 739046.
HSL color Cylindrical-coordinate representation of color #E6460B: hue angle of 16.16º degrees, saturation: 0.91, 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 #E6460B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.10 |
| HSL | 16.16º | 0.91% | 0.47% | - |
| HSV(B) | 16.16º | 0.95% | 0.9% | - |
| XYZ | 34.88 | 21.23 | 2.58 | - |
| YUV | 111.11 | 71.51 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 11 | 0 | 0.70 | 0.95 | 0.10 | 16.16 | 0.91 | 0.47 |
| Hex | E6 | 46 | B | 0 | 46 | 5F | A | 10 | 5B | 2F |
| Octal | 346 | 106 | 13 | 0 | 106 | 137 | 12 | 20 | 133 | 57 |
| Binary | 11100110 | 1000110 | 1011 | 0 | 1000110 | 1011111 | 1010 | 10000 | 1011011 | 101111 |
Color Harmonies of #E6460B
Complementary color
Monochromatic Colors of #E6460B
Black with #E6460B
Text Example
Text Example
White with #E6460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6460B; }
p { color: rgb(230,70,11); }
H1.HeaderClassName
{
color: #E6460B;
}
.AnyTagClassName
{
color: #E6460B;
}
</style>
background-color css
<style>
a { background-color: #E6460B; }
a { background-color: rgb(230,70,11); }
div.DivClassName
{
background-color: #E6460B;
}
.BgClassName
{
background-color: #E6460B;
}
</style>
border-color css
<style>
span { border-color: #E6460B; }
span { border-color: rgb(230,70,11); }
td.TdClassName
{
border-color: #E6460B;
}
.TagClassName
{
border-color: #E6460B;
}
</style>