Html Css Color HEX #E0520C Persimmon

📋 copy color: '#E0520C'

red 224 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #E0520C

Tints of Persimmon #E0520C

RGB

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

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

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

R = 70.44%
G = 25.79%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0520C (or 0xE0520C) is known color: Persimmon. HEX triplet: E0, 52 and 0C. RGB value is (224,82,12). Sum of RGB (Red+Green+Blue) = 224+82+12=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0520C is #1FADF3. Grayscale: #747474. Windows color (decimal): -2076148 or 807648. OLE color: 807648.

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

Color convert

RGB 224 82 12 -
CMYK 0 0.63 0.95 0.12
HSL 19.81º 0.9% 0.46% -
HSV(B) 19.81º 0.95% 0.88% -
XYZ 33.82 21.91 2.79 -
YUV 116.48 69.04 204.69 -
System Red Green Blue C M Y K H S L
Decimal 224 82 12 0 0.63 0.95 0.12 19.81 0.9 0.46
Hex E0 52 C 0 3F 5F C 14 5A 2E
Octal 340 122 14 0 77 137 14 24 132 56
Binary 11100000 1010010 1100 0 111111 1011111 1100 10100 1011010 101110

Color Harmonies of #E0520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0520C

Black with #E0520C

Text Example


Text Example

White with #E0520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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