#E14D1A

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

Shades of Persimmon #E14D1A

Tints of Persimmon #E14D1A

Color information

#E14D1A (or 0xE14D1A) is unknown color: approx Persimmon. HEX triplet: E1, 4D and 1A. RGB value is (225,77,26). Sum of RGB (Red+Green+Blue) = 225+77+26=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D1A is #1EB2E5. Grayscale: #737373. Windows color (decimal): -2011878 or 1723873. OLE color: 1723873.

HSL color Cylindrical-coordinate representation of color #E14D1A: hue angle of 15.38º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E14D1A is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB2257726-
CMYK00.660.880.12
HSL15.38º79.28%49.22%-
HSV(B)15.38º88.44%88.24%-
XYZ33.8921.393.32-
YUV115.4477.53206.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.60%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 26 (10.55% from 255) = 7.93%
R=68.60%
G=23.48%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225772600.660.880.1215.3879.2849.22
HexE14D1A04258Cf4f31
Octal341115320102130141711761
Binary11100001100110111010010000101011000110011111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D1A; }

 p { color: rgb(225,77,26); }

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

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

 a { background-color: rgb(225,77,26); }

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

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

 span { border-color: rgb(225,77,26); }

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