Html Css Color HEX #8E0112 Sangria

📋 copy color: '#8E0112'

red 142 ◦ green 1 ◦ blue 18

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

Shades of Sangria #8E0112

Tints of Sangria #8E0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 88.2%
G = 0.62%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#8E0112 (or 0x8E0112) is known color: Sangria. HEX triplet: 8E, 01 and 12. RGB value is (142,1,18). Sum of RGB (Red+Green+Blue) = 142+1+18=161 (21% of max value = 765). Red value is 142 (55.86% from 255 or 88.20% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0112 is #71FEED. Grayscale: #2D2D2D. Windows color (decimal): -7470830 or 1180046. OLE color: 1180046.

HSL color Cylindrical-coordinate representation of color #8E0112: hue angle of 352.77º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0112 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 1 18 -
CMYK 0 0.99 0.87 0.44
HSL 352.77º 0.99% 0.28% -
HSV(B) 352.77º 0.99% 0.56% -
XYZ 11.28 5.82 1.1 -
YUV 45.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 142 1 18 0 0.99 0.87 0.44 352.77 0.99 0.28
Hex 8E 1 12 0 63 57 2C 161 63 1C
Octal 216 1 22 0 143 127 54 541 143 34
Binary 10001110 1 10010 0 1100011 1010111 101100 101100001 1100011 11100

Color Harmonies of #8E0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0112

Black with #8E0112

Text Example


Text Example

White with #8E0112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,1,18); }

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

background-color css

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

 a { background-color: rgb(142,1,18); }

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

border-color css

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

 span { border-color: rgb(142,1,18); }

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