Html Css Color HEX #E1490D Persimmon

📋 copy color: '#E1490D'

red 225 ◦ green 73 ◦ blue 13

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

Shades of Persimmon #E1490D

Tints of Persimmon #E1490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 72.35%
G = 23.47%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1490D (or 0xE1490D) is known color: Persimmon. HEX triplet: E1, 49 and 0D. RGB value is (225,73,13). Sum of RGB (Red+Green+Blue) = 225+73+13=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E1490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1490D is #1EB6F2. Grayscale: #707070. Windows color (decimal): -2012915 or 870881. OLE color: 870881.

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

Color convert

RGB 225 73 13 -
CMYK 0 0.68 0.94 0.12
HSL 16.98º 0.89% 0.47% -
HSV(B) 16.98º 0.94% 0.88% -
XYZ 33.51 20.8 2.63 -
YUV 111.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 225 73 13 0 0.68 0.94 0.12 16.98 0.89 0.47
Hex E1 49 D 0 44 5E C 11 59 2F
Octal 341 111 15 0 104 136 14 21 131 57
Binary 11100001 1001001 1101 0 1000100 1011110 1100 10001 1011001 101111

Color Harmonies of #E1490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1490D

Black with #E1490D

Text Example


Text Example

White with #E1490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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