#E55D0D

Color #E55D0D Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #E55D0D

Tints of Persimmon #E55D0D

Color information

#E55D0D (or 0xE55D0D) is unknown color: approx Persimmon. HEX triplet: E5, 5D and 0D. RGB value is (229,93,13). Sum of RGB (Red+Green+Blue) = 229+93+13=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55D0D is #1AA2F2. Grayscale: #7D7D7D. Windows color (decimal): -1745651 or 876005. OLE color: 876005.

HSL color Cylindrical-coordinate representation of color #E55D0D: hue angle of 22.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E55D0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB2299313-
CMYK00.590.940.10
HSL22.22º89.26%47.45%-
HSV(B)22.22º94.32%89.8%-
XYZ36.324.523.2-
YUV124.5465.06202.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 68.36%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 13 (5.47% from 255) = 3.88%
R=68.36%
G=27.76%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229931300.590.940.1022.2289.2647.45
HexE55DD03B5EA16592f
Octal34513515073136122613157
Binary1110010110111011101011101110111101010101101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55D0D; }

 p { color: rgb(229,93,13); }

 H1.HeaderClassName
 {
   color: #E55D0D;
 }
 .AnyTagClassName
 {
   color: #E55D0D;
 }
</style>
background-color css

<style>
 a { background-color: #E55D0D; }

 a { background-color: rgb(229,93,13); }

 div.DivClassName
 {
   background-color: #E55D0D;
 }
 .BgClassName
 {
   background-color: #E55D0D;
 }
</style>
border-color css

<style>
 span { border-color: #E55D0D; }

 span { border-color: rgb(229,93,13); }

 td.TdClassName
 {
   border-color: #E55D0D;
 }
 .TagClassName
 {
   border-color: #E55D0D;
 }
</style>