Shades of Persimmon #E6630D
Tints of Persimmon #E6630D
RGB
CMYK
RGB Variations
Color information
#E6630D (or 0xE6630D) is known color: Persimmon. HEX triplet: E6, 63 and 0D. RGB value is (230,99,13). Sum of RGB (Red+Green+Blue) = 230+99+13=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6630D is #199CF2. Grayscale: #808080. Windows color (decimal): -1678579 or 877542. OLE color: 877542.
HSL color Cylindrical-coordinate representation of color #E6630D: hue angle of 23.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6630D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.10 |
| HSL | 23.78º | 0.89% | 0.48% | - |
| HSV(B) | 23.78º | 0.94% | 0.9% | - |
| XYZ | 37.17 | 25.78 | 3.4 | - |
| YUV | 128.37 | 62.9 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 13 | 0 | 0.57 | 0.94 | 0.10 | 23.78 | 0.89 | 0.48 |
| Hex | E6 | 63 | D | 0 | 39 | 5E | A | 18 | 59 | 30 |
| Octal | 346 | 143 | 15 | 0 | 71 | 136 | 12 | 30 | 131 | 60 |
| Binary | 11100110 | 1100011 | 1101 | 0 | 111001 | 1011110 | 1010 | 11000 | 1011001 | 110000 |
Color Harmonies of #E6630D
Complementary color
Monochromatic Colors of #E6630D
Black with #E6630D
Text Example
Text Example
White with #E6630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6630D; }
p { color: rgb(230,99,13); }
H1.HeaderClassName
{
color: #E6630D;
}
.AnyTagClassName
{
color: #E6630D;
}
</style>
background-color css
<style>
a { background-color: #E6630D; }
a { background-color: rgb(230,99,13); }
div.DivClassName
{
background-color: #E6630D;
}
.BgClassName
{
background-color: #E6630D;
}
</style>
border-color css
<style>
span { border-color: #E6630D; }
span { border-color: rgb(230,99,13); }
td.TdClassName
{
border-color: #E6630D;
}
.TagClassName
{
border-color: #E6630D;
}
</style>