Html Css Color HEX #E14D19 Persimmon

📋 copy color: '#E14D19'

red 225 ◦ green 77 ◦ blue 25

#E14D19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #E14D19

Tints of Persimmon #E14D19

RGB

 RED value IS 225 (88.28% from 255) = 68.81%

 GREEN value IS 77 (30.47% from 255) = 23.55%

 BLUE value IS 25 (10.16% from 255) = 7.65%

R = 68.81%
G = 23.55%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E14D19 (or 0xE14D19) is known color: Persimmon. HEX triplet: E1, 4D and 19. RGB value is (225,77,25). Sum of RGB (Red+Green+Blue) = 225+77+25=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D19 is #1EB2E6. Grayscale: #737373. Windows color (decimal): -2011879 or 1658337. OLE color: 1658337.

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

Color convert

RGB 225 77 25 -
CMYK 0 0.66 0.89 0.12
HSL 15.6º 0.8% 0.49% -
HSV(B) 15.6º 0.89% 0.88% -
XYZ 33.88 21.39 3.26 -
YUV 115.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 225 77 25 0 0.66 0.89 0.12 15.6 0.8 0.49
Hex E1 4D 19 0 42 59 C 10 50 31
Octal 341 115 31 0 102 131 14 20 120 61
Binary 11100001 1001101 11001 0 1000010 1011001 1100 10000 1010000 110001

Color Harmonies of #E14D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D19

Black with #E14D19

Text Example


Text Example

White with #E14D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D19; }

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

 H1.HeaderClassName
 {
   color: #E14D19;
 }
 .AnyTagClassName
 {
   color: #E14D19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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