Html Css Color HEX #E1541A Chocolate

📋 copy color: '#E1541A'

red 225 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #E1541A

Tints of Chocolate #E1541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 67.16%
G = 25.07%
B = 7.76%

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

#E1541A (or 0xE1541A) is known color: Chocolate. HEX triplet: E1, 54 and 1A. RGB value is (225,84,26). Sum of RGB (Red+Green+Blue) = 225+84+26=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1541A is #1EABE5. Grayscale: #777777. Windows color (decimal): -2010086 or 1725665. OLE color: 1725665.

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

Color convert

RGB 225 84 26 -
CMYK 0 0.63 0.88 0.12
HSL 17.49º 0.79% 0.49% -
HSV(B) 17.49º 0.88% 0.88% -
XYZ 34.41 22.42 3.49 -
YUV 119.55 75.21 203.22 -
System Red Green Blue C M Y K H S L
Decimal 225 84 26 0 0.63 0.88 0.12 17.49 0.79 0.49
Hex E1 54 1A 0 3F 58 C 11 4F 31
Octal 341 124 32 0 77 130 14 21 117 61
Binary 11100001 1010100 11010 0 111111 1011000 1100 10001 1001111 110001

Color Harmonies of #E1541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1541A

Black with #E1541A

Text Example


Text Example

White with #E1541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1541A; }

 p { color: rgb(225,84,26); }

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

background-color css

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

 a { background-color: rgb(225,84,26); }

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

border-color css

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

 span { border-color: rgb(225,84,26); }

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