Html Css Color HEX #E3550D Persimmon

📋 copy color: '#E3550D'

red 227 ◦ green 85 ◦ blue 13

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

Shades of Persimmon #E3550D

Tints of Persimmon #E3550D

RGB

 RED value IS 227 (89.06% from 255) = 69.85%

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

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

R = 69.85%
G = 26.15%
B = 4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3550D (or 0xE3550D) is known color: Persimmon. HEX triplet: E3, 55 and 0D. RGB value is (227,85,13). Sum of RGB (Red+Green+Blue) = 227+85+13=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3550D is #1CAAF2. Grayscale: #777777. Windows color (decimal): -1878771 or 873955. OLE color: 873955.

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

Color convert

RGB 227 85 13 -
CMYK 0 0.63 0.94 0.11
HSL 20.19º 0.89% 0.47% -
HSV(B) 20.19º 0.94% 0.89% -
XYZ 35 22.86 2.95 -
YUV 119.25 68.04 204.85 -
System Red Green Blue C M Y K H S L
Decimal 227 85 13 0 0.63 0.94 0.11 20.19 0.89 0.47
Hex E3 55 D 0 3F 5E B 14 59 2F
Octal 343 125 15 0 77 136 13 24 131 57
Binary 11100011 1010101 1101 0 111111 1011110 1011 10100 1011001 101111

Color Harmonies of #E3550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3550D

Black with #E3550D

Text Example


Text Example

White with #E3550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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