Html Css Color HEX #E15213 Persimmon

📋 copy color: '#E15213'

red 225 ◦ green 82 ◦ blue 19

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

Shades of Persimmon #E15213

Tints of Persimmon #E15213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 69.02%
G = 25.15%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E15213 (or 0xE15213) is known color: Persimmon. HEX triplet: E1, 52 and 13. RGB value is (225,82,19). Sum of RGB (Red+Green+Blue) = 225+82+19=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15213 is #1EADEC. Grayscale: #757575. Windows color (decimal): -2010605 or 1266401. OLE color: 1266401.

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

Color convert

RGB 225 82 19 -
CMYK 0 0.64 0.92 0.12
HSL 18.35º 0.84% 0.48% -
HSV(B) 18.35º 0.92% 0.88% -
XYZ 34.19 22.09 3.08 -
YUV 117.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 225 82 19 0 0.64 0.92 0.12 18.35 0.84 0.48
Hex E1 52 13 0 40 5C C 12 54 30
Octal 341 122 23 0 100 134 14 22 124 60
Binary 11100001 1010010 10011 0 1000000 1011100 1100 10010 1010100 110000

Color Harmonies of #E15213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15213

Black with #E15213

Text Example


Text Example

White with #E15213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15213; }

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

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

background-color css

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

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

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

border-color css

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

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

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