Shades of Persimmon #E2430C
Tints of Persimmon #E2430C
RGB
CMYK
RGB Variations
Color information
#E2430C (or 0xE2430C) is known color: Persimmon. HEX triplet: E2, 43 and 0C. RGB value is (226,67,12). Sum of RGB (Red+Green+Blue) = 226+67+12=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2430C is #1DBCF3. Grayscale: #6C6C6C. Windows color (decimal): -1948916 or 803810. OLE color: 803810.
HSL color Cylindrical-coordinate representation of color #E2430C: hue angle of 15.42º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2430C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.11 |
| HSL | 15.42º | 0.9% | 0.47% | - |
| HSV(B) | 15.42º | 0.95% | 0.89% | - |
| XYZ | 33.44 | 20.21 | 2.49 | - |
| YUV | 108.27 | 73.68 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 12 | 0 | 0.70 | 0.95 | 0.11 | 15.42 | 0.9 | 0.47 |
| Hex | E2 | 43 | C | 0 | 46 | 5F | B | F | 5A | 2F |
| Octal | 342 | 103 | 14 | 0 | 106 | 137 | 13 | 17 | 132 | 57 |
| Binary | 11100010 | 1000011 | 1100 | 0 | 1000110 | 1011111 | 1011 | 1111 | 1011010 | 101111 |
Color Harmonies of #E2430C
Complementary color
Monochromatic Colors of #E2430C
Black with #E2430C
Text Example
Text Example
White with #E2430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2430C; }
p { color: rgb(226,67,12); }
H1.HeaderClassName
{
color: #E2430C;
}
.AnyTagClassName
{
color: #E2430C;
}
</style>
background-color css
<style>
a { background-color: #E2430C; }
a { background-color: rgb(226,67,12); }
div.DivClassName
{
background-color: #E2430C;
}
.BgClassName
{
background-color: #E2430C;
}
</style>
border-color css
<style>
span { border-color: #E2430C; }
span { border-color: rgb(226,67,12); }
td.TdClassName
{
border-color: #E2430C;
}
.TagClassName
{
border-color: #E2430C;
}
</style>