Html Css Color HEX #E15215 Persimmon

📋 copy color: '#E15215'

red 225 ◦ green 82 ◦ blue 21

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

Shades of Persimmon #E15215

Tints of Persimmon #E15215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 68.6%
G = 25%
B = 6.4%

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

#E15215 (or 0xE15215) is known color: Persimmon. HEX triplet: E1, 52 and 15. RGB value is (225,82,21). Sum of RGB (Red+Green+Blue) = 225+82+21=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15215 is #1EADEA. Grayscale: #767676. Windows color (decimal): -2010603 or 1397473. OLE color: 1397473.

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

Color convert

RGB 225 82 21 -
CMYK 0 0.64 0.91 0.12
HSL 17.94º 0.83% 0.48% -
HSV(B) 17.94º 0.91% 0.88% -
XYZ 34.2 22.1 3.17 -
YUV 117.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 225 82 21 0 0.64 0.91 0.12 17.94 0.83 0.48
Hex E1 52 15 0 40 5B C 12 53 30
Octal 341 122 25 0 100 133 14 22 123 60
Binary 11100001 1010010 10101 0 1000000 1011011 1100 10010 1010011 110000

Color Harmonies of #E15215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15215

Black with #E15215

Text Example


Text Example

White with #E15215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15215; }

 p { color: rgb(225,82,21); }

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

background-color css

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

 a { background-color: rgb(225,82,21); }

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

border-color css

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

 span { border-color: rgb(225,82,21); }

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