Html Css Color HEX #E0601B Chocolate

📋 copy color: '#E0601B'

red 224 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #E0601B

Tints of Chocolate #E0601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 64.55%
G = 27.67%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0601B (or 0xE0601B) is known color: Chocolate. HEX triplet: E0, 60 and 1B. RGB value is (224,96,27). Sum of RGB (Red+Green+Blue) = 224+96+27=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E0601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0601B is #1F9FE4. Grayscale: #7E7E7E. Windows color (decimal): -2072549 or 1794272. OLE color: 1794272.

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

Color convert

RGB 224 96 27 -
CMYK 0 0.57 0.88 0.12
HSL 21.02º 0.78% 0.49% -
HSV(B) 21.02º 0.88% 0.88% -
XYZ 35.12 24.29 3.87 -
YUV 126.41 71.91 197.61 -
System Red Green Blue C M Y K H S L
Decimal 224 96 27 0 0.57 0.88 0.12 21.02 0.78 0.49
Hex E0 60 1B 0 39 58 C 15 4E 31
Octal 340 140 33 0 71 130 14 25 116 61
Binary 11100000 1100000 11011 0 111001 1011000 1100 10101 1001110 110001

Color Harmonies of #E0601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0601B

Black with #E0601B

Text Example


Text Example

White with #E0601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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