Html Css Color HEX #E0460D Persimmon

📋 copy color: '#E0460D'

red 224 ◦ green 70 ◦ blue 13

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

Shades of Persimmon #E0460D

Tints of Persimmon #E0460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 72.96%
G = 22.8%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0460D (or 0xE0460D) is known color: Persimmon. HEX triplet: E0, 46 and 0D. RGB value is (224,70,13). Sum of RGB (Red+Green+Blue) = 224+70+13=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0460D is #1FB9F2. Grayscale: #6D6D6D. Windows color (decimal): -2079219 or 870112. OLE color: 870112.

HSL color Cylindrical-coordinate representation of color #E0460D: hue angle of 16.21º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0460D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 70 13 -
CMYK 0 0.69 0.94 0.12
HSL 16.21º 0.89% 0.46% -
HSV(B) 16.21º 0.94% 0.88% -
XYZ 33 20.26 2.55 -
YUV 109.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 224 70 13 0 0.69 0.94 0.12 16.21 0.89 0.46
Hex E0 46 D 0 45 5E C 10 59 2E
Octal 340 106 15 0 105 136 14 20 131 56
Binary 11100000 1000110 1101 0 1000101 1011110 1100 10000 1011001 101110

Color Harmonies of #E0460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0460D

Black with #E0460D

Text Example


Text Example

White with #E0460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0460D; }

 p { color: rgb(224,70,13); }

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

background-color css

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

 a { background-color: rgb(224,70,13); }

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

border-color css

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

 span { border-color: rgb(224,70,13); }

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