Html Css Color HEX #E0510C Persimmon

📋 copy color: '#E0510C'

red 224 ◦ green 81 ◦ blue 12

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

Shades of Persimmon #E0510C

Tints of Persimmon #E0510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

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

R = 70.66%
G = 25.55%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0510C (or 0xE0510C) is known color: Persimmon. HEX triplet: E0, 51 and 0C. RGB value is (224,81,12). Sum of RGB (Red+Green+Blue) = 224+81+12=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0510C is #1FAEF3. Grayscale: #747474. Windows color (decimal): -2076404 or 807392. OLE color: 807392.

HSL color Cylindrical-coordinate representation of color #E0510C: hue angle of 19.53º 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 #E0510C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 12 -
CMYK 0 0.64 0.95 0.12
HSL 19.53º 0.9% 0.46% -
HSV(B) 19.53º 0.95% 0.88% -
XYZ 33.75 21.76 2.77 -
YUV 115.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 224 81 12 0 0.64 0.95 0.12 19.53 0.9 0.46
Hex E0 51 C 0 40 5F C 14 5A 2E
Octal 340 121 14 0 100 137 14 24 132 56
Binary 11100000 1010001 1100 0 1000000 1011111 1100 10100 1011010 101110

Color Harmonies of #E0510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0510C

Black with #E0510C

Text Example


Text Example

White with #E0510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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