Html Css Color HEX #8C020E Sangria

📋 copy color: '#8C020E'

red 140 ◦ green 2 ◦ blue 14

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

Shades of Sangria #8C020E

Tints of Sangria #8C020E

RGB

 RED value IS 140 (55.08% from 255) = 89.74%

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

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 89.74%
G = 1.28%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C020E (or 0x8C020E) is known color: Sangria. HEX triplet: 8C, 02 and 0E. RGB value is (140,2,14). Sum of RGB (Red+Green+Blue) = 140+2+14=156 (20% of max value = 765). Red value is 140 (55.08% from 255 or 89.74% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 140 - color contains mainly: red. Hex color #8C020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C020E is #73FDF1. Grayscale: #2C2C2C. Windows color (decimal): -7601650 or 918156. OLE color: 918156.

HSL color Cylindrical-coordinate representation of color #8C020E: hue angle of 354.78º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C020E is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 2 14 -
CMYK 0 0.99 0.90 0.45
HSL 354.78º 0.97% 0.28% -
HSV(B) 354.78º 0.99% 0.55% -
XYZ 10.92 5.65 0.93 -
YUV 44.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 140 2 14 0 0.99 0.90 0.45 354.78 0.97 0.28
Hex 8C 2 E 0 63 5A 2D 163 61 1C
Octal 214 2 16 0 143 132 55 543 141 34
Binary 10001100 10 1110 0 1100011 1011010 101101 101100011 1100001 11100

Color Harmonies of #8C020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C020E

Black with #8C020E

Text Example


Text Example

White with #8C020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,2,14); }

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

background-color css

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

 a { background-color: rgb(140,2,14); }

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

border-color css

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

 span { border-color: rgb(140,2,14); }

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