Html Css Color HEX #E0490F Persimmon

📋 copy color: '#E0490F'

red 224 ◦ green 73 ◦ blue 15

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

Shades of Persimmon #E0490F

Tints of Persimmon #E0490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

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

R = 71.79%
G = 23.4%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0490F (or 0xE0490F) is known color: Persimmon. HEX triplet: E0, 49 and 0F. RGB value is (224,73,15). Sum of RGB (Red+Green+Blue) = 224+73+15=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E0490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0490F is #1FB6F0. Grayscale: #6F6F6F. Windows color (decimal): -2078449 or 1001952. OLE color: 1001952.

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

Color convert

RGB 224 73 15 -
CMYK 0 0.67 0.93 0.12
HSL 16.65º 0.87% 0.47% -
HSV(B) 16.65º 0.93% 0.88% -
XYZ 33.21 20.65 2.69 -
YUV 111.54 73.53 208.22 -
System Red Green Blue C M Y K H S L
Decimal 224 73 15 0 0.67 0.93 0.12 16.65 0.87 0.47
Hex E0 49 F 0 43 5D C 11 57 2F
Octal 340 111 17 0 103 135 14 21 127 57
Binary 11100000 1001001 1111 0 1000011 1011101 1100 10001 1010111 101111

Color Harmonies of #E0490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0490F

Black with #E0490F

Text Example


Text Example

White with #E0490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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