Html Css Color HEX #8E030D Sangria

📋 copy color: '#8E030D'

red 142 ◦ green 3 ◦ blue 13

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

Shades of Sangria #8E030D

Tints of Sangria #8E030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 89.87%
G = 1.9%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E030D (or 0x8E030D) is known color: Sangria. HEX triplet: 8E, 03 and 0D. RGB value is (142,3,13). Sum of RGB (Red+Green+Blue) = 142+3+13=158 (20% of max value = 765). Red value is 142 (55.86% from 255 or 89.87% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 142 - color contains mainly: red. Hex color #8E030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E030D is #71FCF2. Grayscale: #2D2D2D. Windows color (decimal): -7470323 or 852878. OLE color: 852878.

HSL color Cylindrical-coordinate representation of color #8E030D: hue angle of 355.68º 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 #8E030D is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 3 13 -
CMYK 0 0.98 0.91 0.44
HSL 355.68º 0.96% 0.28% -
HSV(B) 355.68º 0.98% 0.56% -
XYZ 11.26 5.84 0.92 -
YUV 45.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 142 3 13 0 0.98 0.91 0.44 355.68 0.96 0.28
Hex 8E 3 D 0 62 5B 2C 164 60 1C
Octal 216 3 15 0 142 133 54 544 140 34
Binary 10001110 11 1101 0 1100010 1011011 101100 101100100 1100000 11100

Color Harmonies of #8E030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E030D

Black with #8E030D

Text Example


Text Example

White with #8E030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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