Html Css Color HEX #E75013 Persimmon

📋 copy color: '#E75013'

red 231 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #E75013

Tints of Persimmon #E75013

RGB

 RED value IS 231 (90.63% from 255) = 70%

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

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

R = 70%
G = 24.24%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E75013 (or 0xE75013) is known color: Persimmon. HEX triplet: E7, 50 and 13. RGB value is (231,80,19). Sum of RGB (Red+Green+Blue) = 231+80+19=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E75013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75013 is #18AFEC. Grayscale: #767676. Windows color (decimal): -1617901 or 1265895. OLE color: 1265895.

HSL color Cylindrical-coordinate representation of color #E75013: hue angle of 17.26º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E75013 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 19 -
CMYK 0 0.65 0.92 0.09
HSL 17.26º 0.85% 0.49% -
HSV(B) 17.26º 0.92% 0.91% -
XYZ 35.94 22.77 3.12 -
YUV 118.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 231 80 19 0 0.65 0.92 0.09 17.26 0.85 0.49
Hex E7 50 13 0 41 5C 9 11 55 31
Octal 347 120 23 0 101 134 11 21 125 61
Binary 11100111 1010000 10011 0 1000001 1011100 1001 10001 1010101 110001

Color Harmonies of #E75013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75013

Black with #E75013

Text Example


Text Example

White with #E75013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75013; }

 p { color: rgb(231,80,19); }

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

background-color css

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

 a { background-color: rgb(231,80,19); }

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

border-color css

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

 span { border-color: rgb(231,80,19); }

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