Html Css Color HEX #E0551C Chocolate

📋 copy color: '#E0551C'

red 224 ◦ green 85 ◦ blue 28

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

Shades of Chocolate #E0551C

Tints of Chocolate #E0551C

RGB

 RED value IS 224 (87.89% from 255) = 66.47%

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 66.47%
G = 25.22%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0551C (or 0xE0551C) is known color: Chocolate. HEX triplet: E0, 55 and 1C. RGB value is (224,85,28). Sum of RGB (Red+Green+Blue) = 224+85+28=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0551C is #1FAAE3. Grayscale: #787878. Windows color (decimal): -2075364 or 1856992. OLE color: 1856992.

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

Color convert

RGB 224 85 28 -
CMYK 0 0.62 0.88 0.12
HSL 17.45º 0.78% 0.49% -
HSV(B) 17.45º 0.88% 0.88% -
XYZ 34.2 22.43 3.63 -
YUV 120.06 76.05 202.13 -
System Red Green Blue C M Y K H S L
Decimal 224 85 28 0 0.62 0.88 0.12 17.45 0.78 0.49
Hex E0 55 1C 0 3E 58 C 11 4E 31
Octal 340 125 34 0 76 130 14 21 116 61
Binary 11100000 1010101 11100 0 111110 1011000 1100 10001 1001110 110001

Color Harmonies of #E0551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0551C

Black with #E0551C

Text Example


Text Example

White with #E0551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0551C; }

 p { color: rgb(224,85,28); }

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

background-color css

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

 a { background-color: rgb(224,85,28); }

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

border-color css

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

 span { border-color: rgb(224,85,28); }

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