Html Css Color HEX #E3500A Persimmon

📋 copy color: '#E3500A'

red 227 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #E3500A

Tints of Persimmon #E3500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 71.61%
G = 25.24%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3500A (or 0xE3500A) is known color: Persimmon. HEX triplet: E3, 50 and 0A. RGB value is (227,80,10). Sum of RGB (Red+Green+Blue) = 227+80+10=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E3500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3500A is #1CAFF5. Grayscale: #747474. Windows color (decimal): -1880054 or 676067. OLE color: 676067.

HSL color Cylindrical-coordinate representation of color #E3500A: hue angle of 19.35º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3500A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 10 -
CMYK 0 0.65 0.96 0.11
HSL 19.35º 0.92% 0.46% -
HSV(B) 19.35º 0.96% 0.89% -
XYZ 34.6 22.09 2.73 -
YUV 115.97 68.2 207.19 -
System Red Green Blue C M Y K H S L
Decimal 227 80 10 0 0.65 0.96 0.11 19.35 0.92 0.46
Hex E3 50 A 0 41 60 B 13 5C 2E
Octal 343 120 12 0 101 140 13 23 134 56
Binary 11100011 1010000 1010 0 1000001 1100000 1011 10011 1011100 101110

Color Harmonies of #E3500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3500A

Black with #E3500A

Text Example


Text Example

White with #E3500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3500A; }

 p { color: rgb(227,80,10); }

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

background-color css

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

 a { background-color: rgb(227,80,10); }

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

border-color css

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

 span { border-color: rgb(227,80,10); }

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