Html Css Color HEX #E75D1C Chocolate

📋 copy color: '#E75D1C'

red 231 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #E75D1C

Tints of Chocolate #E75D1C

RGB

 RED value IS 231 (90.63% from 255) = 65.63%

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 65.63%
G = 26.42%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E75D1C (or 0xE75D1C) is known color: Chocolate. HEX triplet: E7, 5D and 1C. RGB value is (231,93,28). Sum of RGB (Red+Green+Blue) = 231+93+28=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D1C is #18A2E3. Grayscale: #7F7F7F. Windows color (decimal): -1614564 or 1859047. OLE color: 1859047.

HSL color Cylindrical-coordinate representation of color #E75D1C: hue angle of 19.21º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E75D1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 28 -
CMYK 0 0.60 0.88 0.09
HSL 19.21º 0.81% 0.51% -
HSV(B) 19.21º 0.88% 0.91% -
XYZ 37.08 24.9 3.95 -
YUV 126.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 231 93 28 0 0.60 0.88 0.09 19.21 0.81 0.51
Hex E7 5D 1C 0 3C 58 9 13 51 33
Octal 347 135 34 0 74 130 11 23 121 63
Binary 11100111 1011101 11100 0 111100 1011000 1001 10011 1010001 110011

Color Harmonies of #E75D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D1C

Black with #E75D1C

Text Example


Text Example

White with #E75D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D1C; }

 p { color: rgb(231,93,28); }

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

background-color css

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

 a { background-color: rgb(231,93,28); }

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

border-color css

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

 span { border-color: rgb(231,93,28); }

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