Html Css Color HEX #E0501C Chocolate

📋 copy color: '#E0501C'

red 224 ◦ green 80 ◦ blue 28

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

Shades of Chocolate #E0501C

Tints of Chocolate #E0501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 67.47%
G = 24.1%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0501C (or 0xE0501C) is known color: Chocolate. HEX triplet: E0, 50 and 1C. RGB value is (224,80,28). Sum of RGB (Red+Green+Blue) = 224+80+28=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0501C is #1FAFE3. Grayscale: #757575. Windows color (decimal): -2076644 or 1855712. OLE color: 1855712.

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

Color convert

RGB 224 80 28 -
CMYK 0 0.64 0.88 0.12
HSL 15.92º 0.78% 0.49% -
HSV(B) 15.92º 0.88% 0.88% -
XYZ 33.82 21.67 3.5 -
YUV 117.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 224 80 28 0 0.64 0.88 0.12 15.92 0.78 0.49
Hex E0 50 1C 0 40 58 C 10 4E 31
Octal 340 120 34 0 100 130 14 20 116 61
Binary 11100000 1010000 11100 0 1000000 1011000 1100 10000 1001110 110001

Color Harmonies of #E0501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0501C

Black with #E0501C

Text Example


Text Example

White with #E0501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0501C; }

 p { color: rgb(224,80,28); }

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

background-color css

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

 a { background-color: rgb(224,80,28); }

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

border-color css

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

 span { border-color: rgb(224,80,28); }

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