Html Css Color HEX #E3601F Chocolate

📋 copy color: '#E3601F'

red 227 ◦ green 96 ◦ blue 31

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

Shades of Chocolate #E3601F

Tints of Chocolate #E3601F

RGB

 RED value IS 227 (89.06% from 255) = 64.12%

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 64.12%
G = 27.12%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3601F (or 0xE3601F) is known color: Chocolate. HEX triplet: E3, 60 and 1F. RGB value is (227,96,31). Sum of RGB (Red+Green+Blue) = 227+96+31=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3601F is #1C9FE0. Grayscale: #808080. Windows color (decimal): -1875937 or 2056419. OLE color: 2056419.

HSL color Cylindrical-coordinate representation of color #E3601F: hue angle of 19.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3601F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 31 -
CMYK 0 0.58 0.86 0.11
HSL 19.9º 0.78% 0.51% -
HSV(B) 19.9º 0.86% 0.89% -
XYZ 36.11 24.8 4.18 -
YUV 127.76 73.4 198.79 -
System Red Green Blue C M Y K H S L
Decimal 227 96 31 0 0.58 0.86 0.11 19.9 0.78 0.51
Hex E3 60 1F 0 3A 56 B 14 4E 33
Octal 343 140 37 0 72 126 13 24 116 63
Binary 11100011 1100000 11111 0 111010 1010110 1011 10100 1001110 110011

Color Harmonies of #E3601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3601F

Black with #E3601F

Text Example


Text Example

White with #E3601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3601F; }

 p { color: rgb(227,96,31); }

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

background-color css

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

 a { background-color: rgb(227,96,31); }

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

border-color css

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

 span { border-color: rgb(227,96,31); }

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