Html Css Color HEX #971400 Dark Red

📋 copy color: '#971400'

red 151 ◦ green 20 ◦ blue 0

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

Shades of Dark Red #971400

Tints of Dark Red #971400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.3%
G = 11.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#971400 (or 0x971400) is known color: Dark Red. HEX triplet: 97, 14 and 00. RGB value is (151,20,0). Sum of RGB (Red+Green+Blue) = 151+20+0=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #971400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971400 is #68EBFF. Grayscale: #393939. Windows color (decimal): -6876160 or 5271. OLE color: 5271.

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

Color convert

RGB 151 20 0 -
CMYK 0 0.87 1 0.41
HSL 7.95º 1% 0.3% -
HSV(B) 7.95º 1% 0.59% -
XYZ 13.01 7.08 0.68 -
YUV 56.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 151 20 0 0 0.87 1 0.41 7.95 1 0.3
Hex 97 14 0 0 57 64 29 8 64 1E
Octal 227 24 0 0 127 144 51 10 144 36
Binary 10010111 10100 0 0 1010111 1100100 101001 1000 1100100 11110

Color Harmonies of #971400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971400

Black with #971400

Text Example


Text Example

White with #971400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971400; }

 p { color: rgb(151,20,0); }

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

background-color css

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

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

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

border-color css

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

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

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