Html Css Color HEX #E15314 Persimmon

📋 copy color: '#E15314'

red 225 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #E15314

Tints of Persimmon #E15314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

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

R = 68.6%
G = 25.3%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E15314 (or 0xE15314) is known color: Persimmon. HEX triplet: E1, 53 and 14. RGB value is (225,83,20). Sum of RGB (Red+Green+Blue) = 225+83+20=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15314 is #1EACEB. Grayscale: #767676. Windows color (decimal): -2010348 or 1332193. OLE color: 1332193.

HSL color Cylindrical-coordinate representation of color #E15314: hue angle of 18.44º 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 #E15314 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 83 20 -
CMYK 0 0.63 0.91 0.12
HSL 18.44º 0.84% 0.48% -
HSV(B) 18.44º 0.91% 0.88% -
XYZ 34.27 22.24 3.15 -
YUV 118.28 72.54 204.12 -
System Red Green Blue C M Y K H S L
Decimal 225 83 20 0 0.63 0.91 0.12 18.44 0.84 0.48
Hex E1 53 14 0 3F 5B C 12 54 30
Octal 341 123 24 0 77 133 14 22 124 60
Binary 11100001 1010011 10100 0 111111 1011011 1100 10010 1010100 110000

Color Harmonies of #E15314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15314

Black with #E15314

Text Example


Text Example

White with #E15314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15314; }

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

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

background-color css

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

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

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

border-color css

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

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

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