Html Css Color HEX #E0470F Persimmon

📋 copy color: '#E0470F'

red 224 ◦ green 71 ◦ blue 15

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

Shades of Persimmon #E0470F

Tints of Persimmon #E0470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

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

R = 72.26%
G = 22.9%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0470F (or 0xE0470F) is known color: Persimmon. HEX triplet: E0, 47 and 0F. RGB value is (224,71,15). Sum of RGB (Red+Green+Blue) = 224+71+15=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E0470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0470F is #1FB8F0. Grayscale: #6E6E6E. Windows color (decimal): -2078961 or 1001440. OLE color: 1001440.

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

Color convert

RGB 224 71 15 -
CMYK 0 0.68 0.93 0.12
HSL 16.08º 0.87% 0.47% -
HSV(B) 16.08º 0.93% 0.88% -
XYZ 33.08 20.39 2.64 -
YUV 110.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 224 71 15 0 0.68 0.93 0.12 16.08 0.87 0.47
Hex E0 47 F 0 44 5D C 10 57 2F
Octal 340 107 17 0 104 135 14 20 127 57
Binary 11100000 1000111 1111 0 1000100 1011101 1100 10000 1010111 101111

Color Harmonies of #E0470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0470F

Black with #E0470F

Text Example


Text Example

White with #E0470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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