Html Css Color HEX #E15312 Persimmon

📋 copy color: '#E15312'

red 225 ◦ green 83 ◦ blue 18

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

Shades of Persimmon #E15312

Tints of Persimmon #E15312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 69.02%
G = 25.46%
B = 5.52%

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

#E15312 (or 0xE15312) is known color: Persimmon. HEX triplet: E1, 53 and 12. RGB value is (225,83,18). Sum of RGB (Red+Green+Blue) = 225+83+18=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15312 is #1EACED. Grayscale: #767676. Windows color (decimal): -2010350 or 1201121. OLE color: 1201121.

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

Color convert

RGB 225 83 18 -
CMYK 0 0.63 0.92 0.12
HSL 18.84º 0.85% 0.48% -
HSV(B) 18.84º 0.92% 0.88% -
XYZ 34.25 22.24 3.06 -
YUV 118.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 225 83 18 0 0.63 0.92 0.12 18.84 0.85 0.48
Hex E1 53 12 0 3F 5C C 13 55 30
Octal 341 123 22 0 77 134 14 23 125 60
Binary 11100001 1010011 10010 0 111111 1011100 1100 10011 1010101 110000

Color Harmonies of #E15312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15312

Black with #E15312

Text Example


Text Example

White with #E15312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15312; }

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

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

background-color css

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

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

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

border-color css

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

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

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