#970303

Color #970303 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #970303

Tints of Dark Red #970303

Color information

#970303 (or 0x970303) is unknown color: approx Dark Red. HEX triplet: 97, 03 and 03. RGB value is (151,3,3). Sum of RGB (Red+Green+Blue) = 151+3+3=157 (20% of max value = 765). Red value is 151 (59.38% from 255 or 96.18% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 151 - color contains mainly: red. Hex color #970303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970303 is #68FCFC. Grayscale: #2F2F2F. Windows color (decimal): -6880509 or 197527. OLE color: 197527.

HSL color Cylindrical-coordinate representation of color #970303: hue angle of 0º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB15133-
CMYK00.980.980.41
HSL96.1%30.2%-
HSV(B)98.01%59.22%-
XYZ12.816.650.69-
YUV47.25103.03202-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 96.18%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=96.18%
G=1.91%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513300.980.980.41096.130.2
Hex973306262290601e
Octal22733014214251014036
Binary1001011111110110001011000101010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970303; }

 p { color: rgb(151,3,3); }

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

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

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

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

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

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

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