Html Css Color HEX #E1620D Persimmon

📋 copy color: '#E1620D'

red 225 ◦ green 98 ◦ blue 13

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

Shades of Persimmon #E1620D

Tints of Persimmon #E1620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 66.96%
G = 29.17%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1620D (or 0xE1620D) is known color: Persimmon. HEX triplet: E1, 62 and 0D. RGB value is (225,98,13). Sum of RGB (Red+Green+Blue) = 225+98+13=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1620D is #1E9DF2. Grayscale: #7E7E7E. Windows color (decimal): -2006515 or 877281. OLE color: 877281.

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

Color convert

RGB 225 98 13 -
CMYK 0 0.56 0.94 0.12
HSL 24.06º 0.89% 0.47% -
HSV(B) 24.06º 0.94% 0.88% -
XYZ 35.49 24.77 3.29 -
YUV 126.28 64.08 198.41 -
System Red Green Blue C M Y K H S L
Decimal 225 98 13 0 0.56 0.94 0.12 24.06 0.89 0.47
Hex E1 62 D 0 38 5E C 18 59 2F
Octal 341 142 15 0 70 136 14 30 131 57
Binary 11100001 1100010 1101 0 111000 1011110 1100 11000 1011001 101111

Color Harmonies of #E1620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1620D

Black with #E1620D

Text Example


Text Example

White with #E1620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1620D; }

 p { color: rgb(225,98,13); }

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

background-color css

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

 a { background-color: rgb(225,98,13); }

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

border-color css

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

 span { border-color: rgb(225,98,13); }

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