Html Css Color HEX #E1531B Chocolate

📋 copy color: '#E1531B'

red 225 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #E1531B

Tints of Chocolate #E1531B

RGB

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

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

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

R = 67.16%
G = 24.78%
B = 8.06%

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

#E1531B (or 0xE1531B) is known color: Chocolate. HEX triplet: E1, 53 and 1B. RGB value is (225,83,27). Sum of RGB (Red+Green+Blue) = 225+83+27=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1531B is #1EACE4. Grayscale: #777777. Windows color (decimal): -2010341 or 1790945. OLE color: 1790945.

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

Color convert

RGB 225 83 27 -
CMYK 0 0.63 0.88 0.12
HSL 16.97º 0.79% 0.49% -
HSV(B) 16.97º 0.88% 0.88% -
XYZ 34.34 22.27 3.53 -
YUV 119.07 76.04 203.55 -
System Red Green Blue C M Y K H S L
Decimal 225 83 27 0 0.63 0.88 0.12 16.97 0.79 0.49
Hex E1 53 1B 0 3F 58 C 11 4F 31
Octal 341 123 33 0 77 130 14 21 117 61
Binary 11100001 1010011 11011 0 111111 1011000 1100 10001 1001111 110001

Color Harmonies of #E1531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1531B

Black with #E1531B

Text Example


Text Example

White with #E1531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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