Html Css Color HEX #E1520D Persimmon

📋 copy color: '#E1520D'

red 225 ◦ green 82 ◦ blue 13

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

Shades of Persimmon #E1520D

Tints of Persimmon #E1520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 70.31%
G = 25.63%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1520D (or 0xE1520D) is known color: Persimmon. HEX triplet: E1, 52 and 0D. RGB value is (225,82,13). Sum of RGB (Red+Green+Blue) = 225+82+13=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1520D is #1EADF2. Grayscale: #757575. Windows color (decimal): -2010611 or 873185. OLE color: 873185.

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

Color convert

RGB 225 82 13 -
CMYK 0 0.64 0.94 0.12
HSL 19.53º 0.89% 0.47% -
HSV(B) 19.53º 0.94% 0.88% -
XYZ 34.14 22.07 2.84 -
YUV 116.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 225 82 13 0 0.64 0.94 0.12 19.53 0.89 0.47
Hex E1 52 D 0 40 5E C 14 59 2F
Octal 341 122 15 0 100 136 14 24 131 57
Binary 11100001 1010010 1101 0 1000000 1011110 1100 10100 1011001 101111

Color Harmonies of #E1520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1520D

Black with #E1520D

Text Example


Text Example

White with #E1520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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