Html Css Color HEX #E1521E Chocolate

📋 copy color: '#E1521E'

red 225 ◦ green 82 ◦ blue 30

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

Shades of Chocolate #E1521E

Tints of Chocolate #E1521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 66.77%
G = 24.33%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1521E (or 0xE1521E) is known color: Chocolate. HEX triplet: E1, 52 and 1E. RGB value is (225,82,30). Sum of RGB (Red+Green+Blue) = 225+82+30=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1521E is #1EADE1. Grayscale: #777777. Windows color (decimal): -2010594 or 1987297. OLE color: 1987297.

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

Color convert

RGB 225 82 30 -
CMYK 0 0.64 0.87 0.12
HSL 16º 0.76% 0.5% -
HSV(B) 16º 0.87% 0.88% -
XYZ 34.3 22.14 3.69 -
YUV 118.83 77.88 203.73 -
System Red Green Blue C M Y K H S L
Decimal 225 82 30 0 0.64 0.87 0.12 16 0.76 0.5
Hex E1 52 1E 0 40 57 C 10 4C 32
Octal 341 122 36 0 100 127 14 20 114 62
Binary 11100001 1010010 11110 0 1000000 1010111 1100 10000 1001100 110010

Color Harmonies of #E1521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1521E

Black with #E1521E

Text Example


Text Example

White with #E1521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1521E; }

 p { color: rgb(225,82,30); }

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

background-color css

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

 a { background-color: rgb(225,82,30); }

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

border-color css

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

 span { border-color: rgb(225,82,30); }

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