Html Css Color HEX #E8480D Persimmon

📋 copy color: '#E8480D'

red 232 ◦ green 72 ◦ blue 13

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

Shades of Persimmon #E8480D

Tints of Persimmon #E8480D

RGB

 RED value IS 232 (91.02% from 255) = 73.19%

 GREEN value IS 72 (28.52% from 255) = 22.71%

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

R = 73.19%
G = 22.71%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8480D (or 0xE8480D) is known color: Persimmon. HEX triplet: E8, 48 and 0D. RGB value is (232,72,13). Sum of RGB (Red+Green+Blue) = 232+72+13=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E8480D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8480D is #17B7F2. Grayscale: #717171. Windows color (decimal): -1554419 or 870632. OLE color: 870632.

HSL color Cylindrical-coordinate representation of color #E8480D: hue angle of 16.16º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8480D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 72 13 -
CMYK 0 0.69 0.94 0.09
HSL 16.16º 0.89% 0.48% -
HSV(B) 16.16º 0.94% 0.91% -
XYZ 35.67 21.82 2.71 -
YUV 113.11 71.51 212.8 -
System Red Green Blue C M Y K H S L
Decimal 232 72 13 0 0.69 0.94 0.09 16.16 0.89 0.48
Hex E8 48 D 0 45 5E 9 10 59 30
Octal 350 110 15 0 105 136 11 20 131 60
Binary 11101000 1001000 1101 0 1000101 1011110 1001 10000 1011001 110000

Color Harmonies of #E8480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8480D

Black with #E8480D

Text Example


Text Example

White with #E8480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8480D; }

 p { color: rgb(232,72,13); }

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

background-color css

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

 a { background-color: rgb(232,72,13); }

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

border-color css

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

 span { border-color: rgb(232,72,13); }

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