Html Css Color HEX #E2480D Persimmon

📋 copy color: '#E2480D'

red 226 ◦ green 72 ◦ blue 13

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

Shades of Persimmon #E2480D

Tints of Persimmon #E2480D

RGB

 RED value IS 226 (88.67% from 255) = 72.67%

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

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

R = 72.67%
G = 23.15%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2480D (or 0xE2480D) is known color: Persimmon. HEX triplet: E2, 48 and 0D. RGB value is (226,72,13). Sum of RGB (Red+Green+Blue) = 226+72+13=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2480D is #1DB7F2. Grayscale: #6F6F6F. Windows color (decimal): -1947635 or 870626. OLE color: 870626.

HSL color Cylindrical-coordinate representation of color #E2480D: hue angle of 16.62º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2480D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 13 -
CMYK 0 0.68 0.94 0.11
HSL 16.62º 0.89% 0.47% -
HSV(B) 16.62º 0.94% 0.89% -
XYZ 33.75 20.83 2.62 -
YUV 111.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 226 72 13 0 0.68 0.94 0.11 16.62 0.89 0.47
Hex E2 48 D 0 44 5E B 11 59 2F
Octal 342 110 15 0 104 136 13 21 131 57
Binary 11100010 1001000 1101 0 1000100 1011110 1011 10001 1011001 101111

Color Harmonies of #E2480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2480D

Black with #E2480D

Text Example


Text Example

White with #E2480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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