Html Css Color HEX #E0470C Persimmon

📋 copy color: '#E0470C'

red 224 ◦ green 71 ◦ blue 12

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

Shades of Persimmon #E0470C

Tints of Persimmon #E0470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 72.96%
G = 23.13%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0470C (or 0xE0470C) is known color: Persimmon. HEX triplet: E0, 47 and 0C. RGB value is (224,71,12). Sum of RGB (Red+Green+Blue) = 224+71+12=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0470C is #1FB8F3. Grayscale: #6E6E6E. Windows color (decimal): -2078964 or 804832. OLE color: 804832.

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

Color convert

RGB 224 71 12 -
CMYK 0 0.68 0.95 0.12
HSL 16.7º 0.9% 0.46% -
HSV(B) 16.7º 0.95% 0.88% -
XYZ 33.06 20.38 2.54 -
YUV 110.02 72.69 209.3 -
System Red Green Blue C M Y K H S L
Decimal 224 71 12 0 0.68 0.95 0.12 16.7 0.9 0.46
Hex E0 47 C 0 44 5F C 11 5A 2E
Octal 340 107 14 0 104 137 14 21 132 56
Binary 11100000 1000111 1100 0 1000100 1011111 1100 10001 1011010 101110

Color Harmonies of #E0470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0470C

Black with #E0470C

Text Example


Text Example

White with #E0470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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