Html Css Color HEX #E0440D Persimmon

📋 copy color: '#E0440D'

red 224 ◦ green 68 ◦ blue 13

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

Shades of Persimmon #E0440D

Tints of Persimmon #E0440D

RGB

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

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

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

R = 73.44%
G = 22.3%
B = 4.26%

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

#E0440D (or 0xE0440D) is known color: Persimmon. HEX triplet: E0, 44 and 0D. RGB value is (224,68,13). Sum of RGB (Red+Green+Blue) = 224+68+13=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0440D is #1FBBF2. Grayscale: #6C6C6C. Windows color (decimal): -2079731 or 869600. OLE color: 869600.

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

Color convert

RGB 224 68 13 -
CMYK 0 0.70 0.94 0.12
HSL 15.64º 0.89% 0.46% -
HSV(B) 15.64º 0.94% 0.88% -
XYZ 32.88 20.01 2.51 -
YUV 108.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 224 68 13 0 0.70 0.94 0.12 15.64 0.89 0.46
Hex E0 44 D 0 46 5E C 10 59 2E
Octal 340 104 15 0 106 136 14 20 131 56
Binary 11100000 1000100 1101 0 1000110 1011110 1100 10000 1011001 101110

Color Harmonies of #E0440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0440D

Black with #E0440D

Text Example


Text Example

White with #E0440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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