Html Css Color HEX #E0531C Chocolate

📋 copy color: '#E0531C'

red 224 ◦ green 83 ◦ blue 28

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

Shades of Chocolate #E0531C

Tints of Chocolate #E0531C

RGB

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

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

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

R = 66.87%
G = 24.78%
B = 8.36%

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

#E0531C (or 0xE0531C) is known color: Chocolate. HEX triplet: E0, 53 and 1C. RGB value is (224,83,28). Sum of RGB (Red+Green+Blue) = 224+83+28=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0531C is #1FACE3. Grayscale: #777777. Windows color (decimal): -2075876 or 1856480. OLE color: 1856480.

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

Color convert

RGB 224 83 28 -
CMYK 0 0.63 0.88 0.12
HSL 16.84º 0.78% 0.49% -
HSV(B) 16.84º 0.88% 0.88% -
XYZ 34.04 22.12 3.57 -
YUV 118.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 224 83 28 0 0.63 0.88 0.12 16.84 0.78 0.49
Hex E0 53 1C 0 3F 58 C 11 4E 31
Octal 340 123 34 0 77 130 14 21 116 61
Binary 11100000 1010011 11100 0 111111 1011000 1100 10001 1001110 110001

Color Harmonies of #E0531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0531C

Black with #E0531C

Text Example


Text Example

White with #E0531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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