Html Css Color HEX #971404 Dark Red

📋 copy color: '#971404'

red 151 ◦ green 20 ◦ blue 4

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

Shades of Dark Red #971404

Tints of Dark Red #971404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 86.29%
G = 11.43%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#971404 (or 0x971404) is known color: Dark Red. HEX triplet: 97, 14 and 04. RGB value is (151,20,4). Sum of RGB (Red+Green+Blue) = 151+20+4=175 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 151 - color contains mainly: red. Hex color #971404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971404 is #68EBFB. Grayscale: #393939. Windows color (decimal): -6876156 or 267415. OLE color: 267415.

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

Color convert

RGB 151 20 4 -
CMYK 0 0.87 0.97 0.41
HSL 6.53º 0.95% 0.3% -
HSV(B) 6.53º 0.97% 0.59% -
XYZ 13.03 7.09 0.8 -
YUV 57.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 151 20 4 0 0.87 0.97 0.41 6.53 0.95 0.3
Hex 97 14 4 0 57 61 29 7 5F 1E
Octal 227 24 4 0 127 141 51 7 137 36
Binary 10010111 10100 100 0 1010111 1100001 101001 111 1011111 11110

Color Harmonies of #971404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971404

Black with #971404

Text Example


Text Example

White with #971404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971404; }

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

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

background-color css

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

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

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

border-color css

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

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

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