Html Css Color HEX #8E1115 Sangria

📋 copy color: '#8E1115'

red 142 ◦ green 17 ◦ blue 21

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

Shades of Sangria #8E1115

Tints of Sangria #8E1115

RGB

 RED value IS 142 (55.86% from 255) = 78.89%

 GREEN value IS 17 (7.03% from 255) = 9.44%

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 78.89%
G = 9.44%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E1115 (or 0x8E1115) is known color: Sangria. HEX triplet: 8E, 11 and 15. RGB value is (142,17,21). Sum of RGB (Red+Green+Blue) = 142+17+21=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1115 is #71EEEA. Grayscale: #363636. Windows color (decimal): -7466731 or 1380750. OLE color: 1380750.

HSL color Cylindrical-coordinate representation of color #8E1115: hue angle of 358.08º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1115 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 21 -
CMYK 0 0.88 0.85 0.44
HSL 358.08º 0.79% 0.31% -
HSV(B) 358.08º 0.88% 0.56% -
XYZ 11.49 6.21 1.3 -
YUV 54.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 142 17 21 0 0.88 0.85 0.44 358.08 0.79 0.31
Hex 8E 11 15 0 58 55 2C 166 4F 1F
Octal 216 21 25 0 130 125 54 546 117 37
Binary 10001110 10001 10101 0 1011000 1010101 101100 101100110 1001111 11111

Color Harmonies of #8E1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1115

Black with #8E1115

Text Example


Text Example

White with #8E1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E1115; }

 p { color: rgb(142,17,21); }

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

background-color css

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

 a { background-color: rgb(142,17,21); }

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

border-color css

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

 span { border-color: rgb(142,17,21); }

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