Html Css Color HEX #E0440E Persimmon

📋 copy color: '#E0440E'

red 224 ◦ green 68 ◦ blue 14

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

Shades of Persimmon #E0440E

Tints of Persimmon #E0440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 73.2%
G = 22.22%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0440E (or 0xE0440E) is known color: Persimmon. HEX triplet: E0, 44 and 0E. RGB value is (224,68,14). Sum of RGB (Red+Green+Blue) = 224+68+14=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E0440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0440E is #1FBBF1. Grayscale: #6C6C6C. Windows color (decimal): -2079730 or 935136. OLE color: 935136.

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

Color convert

RGB 224 68 14 -
CMYK 0 0.70 0.94 0.12
HSL 15.43º 0.88% 0.47% -
HSV(B) 15.43º 0.94% 0.88% -
XYZ 32.89 20.01 2.55 -
YUV 108.49 74.68 210.39 -
System Red Green Blue C M Y K H S L
Decimal 224 68 14 0 0.70 0.94 0.12 15.43 0.88 0.47
Hex E0 44 E 0 46 5E C F 58 2F
Octal 340 104 16 0 106 136 14 17 130 57
Binary 11100000 1000100 1110 0 1000110 1011110 1100 1111 1011000 101111

Color Harmonies of #E0440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0440E

Black with #E0440E

Text Example


Text Example

White with #E0440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0440E; }

 p { color: rgb(224,68,14); }

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

background-color css

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

 a { background-color: rgb(224,68,14); }

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

border-color css

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

 span { border-color: rgb(224,68,14); }

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