Html Css Color HEX #E3520C Persimmon

📋 copy color: '#E3520C'

red 227 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #E3520C

Tints of Persimmon #E3520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 70.72%
G = 25.55%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3520C (or 0xE3520C) is known color: Persimmon. HEX triplet: E3, 52 and 0C. RGB value is (227,82,12). Sum of RGB (Red+Green+Blue) = 227+82+12=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3520C is #1CADF3. Grayscale: #757575. Windows color (decimal): -1879540 or 807651. OLE color: 807651.

HSL color Cylindrical-coordinate representation of color #E3520C: hue angle of 19.53º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3520C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 12 -
CMYK 0 0.64 0.95 0.11
HSL 19.53º 0.9% 0.47% -
HSV(B) 19.53º 0.95% 0.89% -
XYZ 34.76 22.39 2.84 -
YUV 117.38 68.54 206.19 -
System Red Green Blue C M Y K H S L
Decimal 227 82 12 0 0.64 0.95 0.11 19.53 0.9 0.47
Hex E3 52 C 0 40 5F B 14 5A 2F
Octal 343 122 14 0 100 137 13 24 132 57
Binary 11100011 1010010 1100 0 1000000 1011111 1011 10100 1011010 101111

Color Harmonies of #E3520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3520C

Black with #E3520C

Text Example


Text Example

White with #E3520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3520C; }

 p { color: rgb(227,82,12); }

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

background-color css

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

 a { background-color: rgb(227,82,12); }

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

border-color css

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

 span { border-color: rgb(227,82,12); }

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