Html Css Color HEX #E1601B Chocolate

📋 copy color: '#E1601B'

red 225 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #E1601B

Tints of Chocolate #E1601B

RGB

 RED value IS 225 (88.28% from 255) = 64.66%

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

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

R = 64.66%
G = 27.59%
B = 7.76%

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

#E1601B (or 0xE1601B) is known color: Chocolate. HEX triplet: E1, 60 and 1B. RGB value is (225,96,27). Sum of RGB (Red+Green+Blue) = 225+96+27=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1601B is #1E9FE4. Grayscale: #7F7F7F. Windows color (decimal): -2007013 or 1794273. OLE color: 1794273.

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

Color convert

RGB 225 96 27 -
CMYK 0 0.57 0.88 0.12
HSL 20.91º 0.79% 0.49% -
HSV(B) 20.91º 0.88% 0.88% -
XYZ 35.43 24.45 3.89 -
YUV 126.71 71.74 198.11 -
System Red Green Blue C M Y K H S L
Decimal 225 96 27 0 0.57 0.88 0.12 20.91 0.79 0.49
Hex E1 60 1B 0 39 58 C 15 4F 31
Octal 341 140 33 0 71 130 14 25 117 61
Binary 11100001 1100000 11011 0 111001 1011000 1100 10101 1001111 110001

Color Harmonies of #E1601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1601B

Black with #E1601B

Text Example


Text Example

White with #E1601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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