Html Css Color HEX #E55A1C Chocolate

📋 copy color: '#E55A1C'

red 229 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #E55A1C

Tints of Chocolate #E55A1C

RGB

 RED value IS 229 (89.84% from 255) = 65.99%

 GREEN value IS 90 (35.55% from 255) = 25.94%

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

R = 65.99%
G = 25.94%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E55A1C (or 0xE55A1C) is known color: Chocolate. HEX triplet: E5, 5A and 1C. RGB value is (229,90,28). Sum of RGB (Red+Green+Blue) = 229+90+28=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A1C is #1AA5E3. Grayscale: #7C7C7C. Windows color (decimal): -1746404 or 1858277. OLE color: 1858277.

HSL color Cylindrical-coordinate representation of color #E55A1C: hue angle of 18.51º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E55A1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 28 -
CMYK 0 0.61 0.88 0.10
HSL 18.51º 0.79% 0.5% -
HSV(B) 18.51º 0.88% 0.9% -
XYZ 36.18 24.05 3.83 -
YUV 124.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 229 90 28 0 0.61 0.88 0.10 18.51 0.79 0.5
Hex E5 5A 1C 0 3D 58 A 13 4F 32
Octal 345 132 34 0 75 130 12 23 117 62
Binary 11100101 1011010 11100 0 111101 1011000 1010 10011 1001111 110010

Color Harmonies of #E55A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A1C

Black with #E55A1C

Text Example


Text Example

White with #E55A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A1C; }

 p { color: rgb(229,90,28); }

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

background-color css

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

 a { background-color: rgb(229,90,28); }

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

border-color css

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

 span { border-color: rgb(229,90,28); }

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