#9E020E

Color #9E020E Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #9E020E

Tints of Sangria #9E020E

Color information

#9E020E (or 0x9E020E) is unknown color: approx Sangria. HEX triplet: 9E, 02 and 0E. RGB value is (158,2,14). Sum of RGB (Red+Green+Blue) = 158+2+14=174 (23% of max value = 765). Red value is 158 (62.11% from 255 or 90.80% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 158 - color contains mainly: red. Hex color #9E020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E020E is #61FDF1. Grayscale: #323232. Windows color (decimal): -6422002 or 918174. OLE color: 918174.

HSL color Cylindrical-coordinate representation of color #9E020E: hue angle of 355.38º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E020E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB158214-
CMYK00.990.910.38
HSL355.38º97.5%31.37%-
HSV(B)355.38º98.73%61.96%-
XYZ14.27.341.08-
YUV50.01107.68205.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 90.80%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=90.80%
G=1.15%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15821400.990.910.38355.3897.531.37
Hex9E2E0635B26163621f
Octal23621601431334654314237
Binary10011110101110011000111011011100110101100011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E020E; }

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

 H1.HeaderClassName
 {
   color: #9E020E;
 }
 .AnyTagClassName
 {
   color: #9E020E;
 }
</style>
background-color css

<style>
 a { background-color: #9E020E; }

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

 div.DivClassName
 {
   background-color: #9E020E;
 }
 .BgClassName
 {
   background-color: #9E020E;
 }
</style>
border-color css

<style>
 span { border-color: #9E020E; }

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

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