Html Css Color HEX #E1531C Chocolate

📋 copy color: '#E1531C'

red 225 ◦ green 83 ◦ blue 28

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

Shades of Chocolate #E1531C

Tints of Chocolate #E1531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 66.96%
G = 24.7%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1531C (or 0xE1531C) is known color: Chocolate. HEX triplet: E1, 53 and 1C. RGB value is (225,83,28). Sum of RGB (Red+Green+Blue) = 225+83+28=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1531C is #1EACE3. Grayscale: #777777. Windows color (decimal): -2010340 or 1856481. OLE color: 1856481.

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

Color convert

RGB 225 83 28 -
CMYK 0 0.63 0.88 0.12
HSL 16.75º 0.78% 0.5% -
HSV(B) 16.75º 0.88% 0.88% -
XYZ 34.35 22.28 3.59 -
YUV 119.19 76.54 203.47 -
System Red Green Blue C M Y K H S L
Decimal 225 83 28 0 0.63 0.88 0.12 16.75 0.78 0.5
Hex E1 53 1C 0 3F 58 C 11 4E 32
Octal 341 123 34 0 77 130 14 21 116 62
Binary 11100001 1010011 11100 0 111111 1011000 1100 10001 1001110 110010

Color Harmonies of #E1531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1531C

Black with #E1531C

Text Example


Text Example

White with #E1531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1531C; }

 p { color: rgb(225,83,28); }

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

background-color css

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

 a { background-color: rgb(225,83,28); }

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

border-color css

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

 span { border-color: rgb(225,83,28); }

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