Html Css Color HEX #E15411 Persimmon

📋 copy color: '#E15411'

red 225 ◦ green 84 ◦ blue 17

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

Shades of Persimmon #E15411

Tints of Persimmon #E15411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 69.02%
G = 25.77%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E15411 (or 0xE15411) is known color: Persimmon. HEX triplet: E1, 54 and 11. RGB value is (225,84,17). Sum of RGB (Red+Green+Blue) = 225+84+17=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15411 is #1EABEE. Grayscale: #767676. Windows color (decimal): -2010095 or 1135841. OLE color: 1135841.

HSL color Cylindrical-coordinate representation of color #E15411: hue angle of 19.33º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E15411 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 84 17 -
CMYK 0 0.63 0.92 0.12
HSL 19.33º 0.86% 0.47% -
HSV(B) 19.33º 0.92% 0.88% -
XYZ 34.32 22.39 3.04 -
YUV 118.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 225 84 17 0 0.63 0.92 0.12 19.33 0.86 0.47
Hex E1 54 11 0 3F 5C C 13 56 2F
Octal 341 124 21 0 77 134 14 23 126 57
Binary 11100001 1010100 10001 0 111111 1011100 1100 10011 1010110 101111

Color Harmonies of #E15411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15411

Black with #E15411

Text Example


Text Example

White with #E15411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15411; }

 p { color: rgb(225,84,17); }

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

background-color css

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

 a { background-color: rgb(225,84,17); }

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

border-color css

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

 span { border-color: rgb(225,84,17); }

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