Html Css Color HEX #E04C13 Persimmon

📋 copy color: '#E04C13'

red 224 ◦ green 76 ◦ blue 19

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

Shades of Persimmon #E04C13

Tints of Persimmon #E04C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.82%

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 70.22%
G = 23.82%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04C13 (or 0xE04C13) is known color: Persimmon. HEX triplet: E0, 4C and 13. RGB value is (224,76,19). Sum of RGB (Red+Green+Blue) = 224+76+19=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C13 is #1FB3EC. Grayscale: #727272. Windows color (decimal): -2077677 or 1264864. OLE color: 1264864.

HSL color Cylindrical-coordinate representation of color #E04C13: hue angle of 16.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E04C13 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 19 -
CMYK 0 0.66 0.92 0.12
HSL 16.68º 0.84% 0.48% -
HSV(B) 16.68º 0.92% 0.88% -
XYZ 33.44 21.06 2.92 -
YUV 113.75 74.53 206.63 -
System Red Green Blue C M Y K H S L
Decimal 224 76 19 0 0.66 0.92 0.12 16.68 0.84 0.48
Hex E0 4C 13 0 42 5C C 11 54 30
Octal 340 114 23 0 102 134 14 21 124 60
Binary 11100000 1001100 10011 0 1000010 1011100 1100 10001 1010100 110000

Color Harmonies of #E04C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C13

Black with #E04C13

Text Example


Text Example

White with #E04C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C13; }

 p { color: rgb(224,76,19); }

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

background-color css

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

 a { background-color: rgb(224,76,19); }

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

border-color css

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

 span { border-color: rgb(224,76,19); }

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