Html Css Color HEX #E04D0D Persimmon

📋 copy color: '#E04D0D'

red 224 ◦ green 77 ◦ blue 13

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

Shades of Persimmon #E04D0D

Tints of Persimmon #E04D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.52%

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

R = 71.34%
G = 24.52%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E04D0D (or 0xE04D0D) is known color: Persimmon. HEX triplet: E0, 4D and 0D. RGB value is (224,77,13). Sum of RGB (Red+Green+Blue) = 224+77+13=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D0D is #1FB2F2. Grayscale: #727272. Windows color (decimal): -2077427 or 871904. OLE color: 871904.

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

Color convert

RGB 224 77 13 -
CMYK 0 0.66 0.94 0.12
HSL 18.2º 0.89% 0.46% -
HSV(B) 18.2º 0.94% 0.88% -
XYZ 33.47 21.18 2.71 -
YUV 113.66 71.2 206.7 -
System Red Green Blue C M Y K H S L
Decimal 224 77 13 0 0.66 0.94 0.12 18.2 0.89 0.46
Hex E0 4D D 0 42 5E C 12 59 2E
Octal 340 115 15 0 102 136 14 22 131 56
Binary 11100000 1001101 1101 0 1000010 1011110 1100 10010 1011001 101110

Color Harmonies of #E04D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D0D

Black with #E04D0D

Text Example


Text Example

White with #E04D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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