Html Css Color HEX #E1500E Persimmon

📋 copy color: '#E1500E'

red 225 ◦ green 80 ◦ blue 14

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

Shades of Persimmon #E1500E

Tints of Persimmon #E1500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 70.53%
G = 25.08%
B = 4.39%

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

#E1500E (or 0xE1500E) is known color: Persimmon. HEX triplet: E1, 50 and 0E. RGB value is (225,80,14). Sum of RGB (Red+Green+Blue) = 225+80+14=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1500E is #1EAFF1. Grayscale: #747474. Windows color (decimal): -2011122 or 938209. OLE color: 938209.

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

Color convert

RGB 225 80 14 -
CMYK 0 0.64 0.94 0.12
HSL 18.77º 0.88% 0.47% -
HSV(B) 18.77º 0.94% 0.88% -
XYZ 34 21.78 2.83 -
YUV 115.83 70.54 205.87 -
System Red Green Blue C M Y K H S L
Decimal 225 80 14 0 0.64 0.94 0.12 18.77 0.88 0.47
Hex E1 50 E 0 40 5E C 13 58 2F
Octal 341 120 16 0 100 136 14 23 130 57
Binary 11100001 1010000 1110 0 1000000 1011110 1100 10011 1011000 101111

Color Harmonies of #E1500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1500E

Black with #E1500E

Text Example


Text Example

White with #E1500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1500E; }

 p { color: rgb(225,80,14); }

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

background-color css

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

 a { background-color: rgb(225,80,14); }

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

border-color css

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

 span { border-color: rgb(225,80,14); }

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