Html Css Color HEX #8E030C Sangria

📋 copy color: '#8E030C'

red 142 ◦ green 3 ◦ blue 12

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

Shades of Sangria #8E030C

Tints of Sangria #8E030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 90.45%
G = 1.91%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#8E030C (or 0x8E030C) is known color: Sangria. HEX triplet: 8E, 03 and 0C. RGB value is (142,3,12). Sum of RGB (Red+Green+Blue) = 142+3+12=157 (20% of max value = 765). Red value is 142 (55.86% from 255 or 90.45% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 142 - color contains mainly: red. Hex color #8E030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E030C is #71FCF3. Grayscale: #2D2D2D. Windows color (decimal): -7470324 or 787342. OLE color: 787342.

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

Color convert

RGB 142 3 12 -
CMYK 0 0.98 0.92 0.44
HSL 356.12º 0.96% 0.28% -
HSV(B) 356.12º 0.98% 0.56% -
XYZ 11.25 5.84 0.88 -
YUV 45.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 142 3 12 0 0.98 0.92 0.44 356.12 0.96 0.28
Hex 8E 3 C 0 62 5C 2C 164 60 1C
Octal 216 3 14 0 142 134 54 544 140 34
Binary 10001110 11 1100 0 1100010 1011100 101100 101100100 1100000 11100

Color Harmonies of #8E030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E030C

Black with #8E030C

Text Example


Text Example

White with #8E030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,12); }

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

background-color css

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

 a { background-color: rgb(142,3,12); }

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

border-color css

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

 span { border-color: rgb(142,3,12); }

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