Html Css Color HEX #E0501B Chocolate

📋 copy color: '#E0501B'

red 224 ◦ green 80 ◦ blue 27

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

Shades of Chocolate #E0501B

Tints of Chocolate #E0501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 67.67%
G = 24.17%
B = 8.16%

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

#E0501B (or 0xE0501B) is known color: Chocolate. HEX triplet: E0, 50 and 1B. RGB value is (224,80,27). Sum of RGB (Red+Green+Blue) = 224+80+27=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E0501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0501B is #1FAFE4. Grayscale: #757575. Windows color (decimal): -2076645 or 1790176. OLE color: 1790176.

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

Color convert

RGB 224 80 27 -
CMYK 0 0.64 0.88 0.12
HSL 16.14º 0.78% 0.49% -
HSV(B) 16.14º 0.88% 0.88% -
XYZ 33.81 21.66 3.44 -
YUV 117.01 77.21 204.31 -
System Red Green Blue C M Y K H S L
Decimal 224 80 27 0 0.64 0.88 0.12 16.14 0.78 0.49
Hex E0 50 1B 0 40 58 C 10 4E 31
Octal 340 120 33 0 100 130 14 20 116 61
Binary 11100000 1010000 11011 0 1000000 1011000 1100 10000 1001110 110001

Color Harmonies of #E0501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0501B

Black with #E0501B

Text Example


Text Example

White with #E0501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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