Html Css Color HEX #E1521B Chocolate

📋 copy color: '#E1521B'

red 225 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #E1521B

Tints of Chocolate #E1521B

RGB

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

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

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

R = 67.37%
G = 24.55%
B = 8.08%

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

#E1521B (or 0xE1521B) is known color: Chocolate. HEX triplet: E1, 52 and 1B. RGB value is (225,82,27). Sum of RGB (Red+Green+Blue) = 225+82+27=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1521B is #1EADE4. Grayscale: #767676. Windows color (decimal): -2010597 or 1790689. OLE color: 1790689.

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

Color convert

RGB 225 82 27 -
CMYK 0 0.64 0.88 0.12
HSL 16.67º 0.79% 0.49% -
HSV(B) 16.67º 0.88% 0.88% -
XYZ 34.27 22.12 3.5 -
YUV 118.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 225 82 27 0 0.64 0.88 0.12 16.67 0.79 0.49
Hex E1 52 1B 0 40 58 C 11 4F 31
Octal 341 122 33 0 100 130 14 21 117 61
Binary 11100001 1010010 11011 0 1000000 1011000 1100 10001 1001111 110001

Color Harmonies of #E1521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1521B

Black with #E1521B

Text Example


Text Example

White with #E1521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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