Html Css Color HEX #E75D1B Chocolate

📋 copy color: '#E75D1B'

red 231 ◦ green 93 ◦ blue 27

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

Shades of Chocolate #E75D1B

Tints of Chocolate #E75D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.69%

R = 65.81%
G = 26.5%
B = 7.69%

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

#E75D1B (or 0xE75D1B) is known color: Chocolate. HEX triplet: E7, 5D and 1B. RGB value is (231,93,27). Sum of RGB (Red+Green+Blue) = 231+93+27=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75D1B is #18A2E4. Grayscale: #7F7F7F. Windows color (decimal): -1614565 or 1793511. OLE color: 1793511.

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

Color convert

RGB 231 93 27 -
CMYK 0 0.60 0.88 0.09
HSL 19.41º 0.81% 0.51% -
HSV(B) 19.41º 0.88% 0.91% -
XYZ 37.07 24.9 3.89 -
YUV 126.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 231 93 27 0 0.60 0.88 0.09 19.41 0.81 0.51
Hex E7 5D 1B 0 3C 58 9 13 51 33
Octal 347 135 33 0 74 130 11 23 121 63
Binary 11100111 1011101 11011 0 111100 1011000 1001 10011 1010001 110011

Color Harmonies of #E75D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D1B

Black with #E75D1B

Text Example


Text Example

White with #E75D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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