Html Css Color HEX #8E0203 Sangria

📋 copy color: '#8E0203'

red 142 ◦ green 2 ◦ blue 3

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

Shades of Sangria #8E0203

Tints of Sangria #8E0203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

 BLUE value IS 3 (1.56% from 255) = 2.04%

R = 96.6%
G = 1.36%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#8E0203 (or 0x8E0203) is known color: Sangria. HEX triplet: 8E, 02 and 03. RGB value is (142,2,3). Sum of RGB (Red+Green+Blue) = 142+2+3=147 (19% of max value = 765). Red value is 142 (55.86% from 255 or 96.60% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0203 is #71FDFC. Grayscale: #2C2C2C. Windows color (decimal): -7470589 or 197262. OLE color: 197262.

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

Color convert

RGB 142 2 3 -
CMYK 0 0.99 0.98 0.44
HSL 359.57º 0.97% 0.28% -
HSV(B) 359.57º 0.99% 0.56% -
XYZ 11.19 5.8 0.62 -
YUV 43.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 142 2 3 0 0.99 0.98 0.44 359.57 0.97 0.28
Hex 8E 2 3 0 63 62 2C 168 61 1C
Octal 216 2 3 0 143 142 54 550 141 34
Binary 10001110 10 11 0 1100011 1100010 101100 101101000 1100001 11100

Color Harmonies of #8E0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0203

Black with #8E0203

Text Example


Text Example

White with #8E0203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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