Html Css Color HEX #E0470D Persimmon

📋 copy color: '#E0470D'

red 224 ◦ green 71 ◦ blue 13

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

Shades of Persimmon #E0470D

Tints of Persimmon #E0470D

RGB

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

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

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

R = 72.73%
G = 23.05%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0470D (or 0xE0470D) is known color: Persimmon. HEX triplet: E0, 47 and 0D. RGB value is (224,71,13). Sum of RGB (Red+Green+Blue) = 224+71+13=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0470D is #1FB8F2. Grayscale: #6E6E6E. Windows color (decimal): -2078963 or 870368. OLE color: 870368.

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

Color convert

RGB 224 71 13 -
CMYK 0 0.68 0.94 0.12
HSL 16.49º 0.89% 0.46% -
HSV(B) 16.49º 0.94% 0.88% -
XYZ 33.07 20.38 2.57 -
YUV 110.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 224 71 13 0 0.68 0.94 0.12 16.49 0.89 0.46
Hex E0 47 D 0 44 5E C 10 59 2E
Octal 340 107 15 0 104 136 14 20 131 56
Binary 11100000 1000111 1101 0 1000100 1011110 1100 10000 1011001 101110

Color Harmonies of #E0470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0470D

Black with #E0470D

Text Example


Text Example

White with #E0470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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