Html Css Color HEX #E1550D Persimmon

📋 copy color: '#E1550D'

red 225 ◦ green 85 ◦ blue 13

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

Shades of Persimmon #E1550D

Tints of Persimmon #E1550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 69.66%
G = 26.32%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1550D (or 0xE1550D) is known color: Persimmon. HEX triplet: E1, 55 and 0D. RGB value is (225,85,13). Sum of RGB (Red+Green+Blue) = 225+85+13=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1550D is #1EAAF2. Grayscale: #777777. Windows color (decimal): -2009843 or 873953. OLE color: 873953.

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

Color convert

RGB 225 85 13 -
CMYK 0 0.62 0.94 0.12
HSL 20.38º 0.89% 0.47% -
HSV(B) 20.38º 0.94% 0.88% -
XYZ 34.37 22.53 2.92 -
YUV 118.65 68.38 203.85 -
System Red Green Blue C M Y K H S L
Decimal 225 85 13 0 0.62 0.94 0.12 20.38 0.89 0.47
Hex E1 55 D 0 3E 5E C 14 59 2F
Octal 341 125 15 0 76 136 14 24 131 57
Binary 11100001 1010101 1101 0 111110 1011110 1100 10100 1011001 101111

Color Harmonies of #E1550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1550D

Black with #E1550D

Text Example


Text Example

White with #E1550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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