Html Css Color HEX #E15117 Persimmon

📋 copy color: '#E15117'

red 225 ◦ green 81 ◦ blue 23

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

Shades of Persimmon #E15117

Tints of Persimmon #E15117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.99%

R = 68.39%
G = 24.62%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E15117 (or 0xE15117) is known color: Persimmon. HEX triplet: E1, 51 and 17. RGB value is (225,81,23). Sum of RGB (Red+Green+Blue) = 225+81+23=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E15117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15117 is #1EAEE8. Grayscale: #757575. Windows color (decimal): -2010857 or 1528289. OLE color: 1528289.

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

Color convert

RGB 225 81 23 -
CMYK 0 0.64 0.90 0.12
HSL 17.23º 0.81% 0.49% -
HSV(B) 17.23º 0.9% 0.88% -
XYZ 34.15 21.95 3.25 -
YUV 117.44 74.71 204.72 -
System Red Green Blue C M Y K H S L
Decimal 225 81 23 0 0.64 0.90 0.12 17.23 0.81 0.49
Hex E1 51 17 0 40 5A C 11 51 31
Octal 341 121 27 0 100 132 14 21 121 61
Binary 11100001 1010001 10111 0 1000000 1011010 1100 10001 1010001 110001

Color Harmonies of #E15117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15117

Black with #E15117

Text Example


Text Example

White with #E15117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15117; }

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

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

background-color css

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

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

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

border-color css

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

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

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