Html Css Color HEX #970801 Dark Red

📋 copy color: '#970801'

red 151 ◦ green 8 ◦ blue 1

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

Shades of Dark Red #970801

Tints of Dark Red #970801

RGB

 RED value IS 151 (59.38% from 255) = 94.38%

 GREEN value IS 8 (3.52% from 255) = 5%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 94.38%
G = 5%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#970801 (or 0x970801) is known color: Dark Red. HEX triplet: 97, 08 and 01. RGB value is (151,8,1). Sum of RGB (Red+Green+Blue) = 151+8+1=160 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 151 - color contains mainly: red. Hex color #970801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970801 is #68F7FE. Grayscale: #323232. Windows color (decimal): -6879231 or 67735. OLE color: 67735.

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

Color convert

RGB 151 8 1 -
CMYK 0 0.95 0.99 0.41
HSL 2.8º 0.99% 0.3% -
HSV(B) 2.8º 0.99% 0.59% -
XYZ 12.85 6.76 0.66 -
YUV 49.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 151 8 1 0 0.95 0.99 0.41 2.8 0.99 0.3
Hex 97 8 1 0 5F 63 29 3 63 1E
Octal 227 10 1 0 137 143 51 3 143 36
Binary 10010111 1000 1 0 1011111 1100011 101001 11 1100011 11110

Color Harmonies of #970801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970801

Black with #970801

Text Example


Text Example

White with #970801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970801; }

 p { color: rgb(151,8,1); }

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

background-color css

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

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

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

border-color css

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

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

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