Html Css Color HEX #E0500F Persimmon

📋 copy color: '#E0500F'

red 224 ◦ green 80 ◦ blue 15

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

Shades of Persimmon #E0500F

Tints of Persimmon #E0500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 70.22%
G = 25.08%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0500F (or 0xE0500F) is known color: Persimmon. HEX triplet: E0, 50 and 0F. RGB value is (224,80,15). Sum of RGB (Red+Green+Blue) = 224+80+15=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0500F is #1FAFF0. Grayscale: #747474. Windows color (decimal): -2076657 or 1003744. OLE color: 1003744.

HSL color Cylindrical-coordinate representation of color #E0500F: hue angle of 18.66º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0500F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 15 -
CMYK 0 0.64 0.93 0.12
HSL 18.66º 0.87% 0.47% -
HSV(B) 18.66º 0.93% 0.88% -
XYZ 33.7 21.62 2.85 -
YUV 115.65 71.21 205.29 -
System Red Green Blue C M Y K H S L
Decimal 224 80 15 0 0.64 0.93 0.12 18.66 0.87 0.47
Hex E0 50 F 0 40 5D C 13 57 2F
Octal 340 120 17 0 100 135 14 23 127 57
Binary 11100000 1010000 1111 0 1000000 1011101 1100 10011 1010111 101111

Color Harmonies of #E0500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0500F

Black with #E0500F

Text Example


Text Example

White with #E0500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0500F; }

 p { color: rgb(224,80,15); }

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

background-color css

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

 a { background-color: rgb(224,80,15); }

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

border-color css

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

 span { border-color: rgb(224,80,15); }

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