Html Css Color HEX #E0510F Persimmon

📋 copy color: '#E0510F'

red 224 ◦ green 81 ◦ blue 15

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

Shades of Persimmon #E0510F

Tints of Persimmon #E0510F

RGB

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

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

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

R = 70%
G = 25.31%
B = 4.69%

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

#E0510F (or 0xE0510F) is known color: Persimmon. HEX triplet: E0, 51 and 0F. RGB value is (224,81,15). Sum of RGB (Red+Green+Blue) = 224+81+15=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0510F is #1FAEF0. Grayscale: #747474. Windows color (decimal): -2076401 or 1004000. OLE color: 1004000.

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

Color convert

RGB 224 81 15 -
CMYK 0 0.64 0.93 0.12
HSL 18.95º 0.87% 0.47% -
HSV(B) 18.95º 0.93% 0.88% -
XYZ 33.77 21.77 2.87 -
YUV 116.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 224 81 15 0 0.64 0.93 0.12 18.95 0.87 0.47
Hex E0 51 F 0 40 5D C 13 57 2F
Octal 340 121 17 0 100 135 14 23 127 57
Binary 11100000 1010001 1111 0 1000000 1011101 1100 10011 1010111 101111

Color Harmonies of #E0510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0510F

Black with #E0510F

Text Example


Text Example

White with #E0510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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