Html Css Color HEX #E0550D Persimmon

📋 copy color: '#E0550D'

red 224 ◦ green 85 ◦ blue 13

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

Shades of Persimmon #E0550D

Tints of Persimmon #E0550D

RGB

 RED value IS 224 (87.89% from 255) = 69.57%

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

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

R = 69.57%
G = 26.4%
B = 4.04%

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

#E0550D (or 0xE0550D) is known color: Persimmon. HEX triplet: E0, 55 and 0D. RGB value is (224,85,13). Sum of RGB (Red+Green+Blue) = 224+85+13=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0550D is #1FAAF2. Grayscale: #767676. Windows color (decimal): -2075379 or 873952. OLE color: 873952.

HSL color Cylindrical-coordinate representation of color #E0550D: hue angle of 20.47º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0550D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 13 -
CMYK 0 0.62 0.94 0.12
HSL 20.47º 0.89% 0.46% -
HSV(B) 20.47º 0.94% 0.88% -
XYZ 34.06 22.37 2.9 -
YUV 118.35 68.55 203.35 -
System Red Green Blue C M Y K H S L
Decimal 224 85 13 0 0.62 0.94 0.12 20.47 0.89 0.46
Hex E0 55 D 0 3E 5E C 14 59 2E
Octal 340 125 15 0 76 136 14 24 131 56
Binary 11100000 1010101 1101 0 111110 1011110 1100 10100 1011001 101110

Color Harmonies of #E0550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0550D

Black with #E0550D

Text Example


Text Example

White with #E0550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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