Html Css Color HEX #E15114 Persimmon

📋 copy color: '#E15114'

red 225 ◦ green 81 ◦ blue 20

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

Shades of Persimmon #E15114

Tints of Persimmon #E15114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 69.02%
G = 24.85%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E15114 (or 0xE15114) is known color: Persimmon. HEX triplet: E1, 51 and 14. RGB value is (225,81,20). Sum of RGB (Red+Green+Blue) = 225+81+20=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15114 is #1EAEEB. Grayscale: #757575. Windows color (decimal): -2010860 or 1331681. OLE color: 1331681.

HSL color Cylindrical-coordinate representation of color #E15114: hue angle of 17.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E15114 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 81 20 -
CMYK 0 0.64 0.91 0.12
HSL 17.85º 0.84% 0.48% -
HSV(B) 17.85º 0.91% 0.88% -
XYZ 34.12 21.94 3.1 -
YUV 117.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 225 81 20 0 0.64 0.91 0.12 17.85 0.84 0.48
Hex E1 51 14 0 40 5B C 12 54 30
Octal 341 121 24 0 100 133 14 22 124 60
Binary 11100001 1010001 10100 0 1000000 1011011 1100 10010 1010100 110000

Color Harmonies of #E15114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15114

Black with #E15114

Text Example


Text Example

White with #E15114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15114; }

 p { color: rgb(225,81,20); }

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

background-color css

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

 a { background-color: rgb(225,81,20); }

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

border-color css

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

 span { border-color: rgb(225,81,20); }

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