Html Css Color HEX #971405 Dark Red

📋 copy color: '#971405'

red 151 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #971405

Tints of Dark Red #971405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.84%

R = 85.8%
G = 11.36%
B = 2.84%

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

#971405 (or 0x971405) is known color: Dark Red. HEX triplet: 97, 14 and 05. RGB value is (151,20,5). Sum of RGB (Red+Green+Blue) = 151+20+5=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #971405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971405 is #68EBFA. Grayscale: #393939. Windows color (decimal): -6876155 or 332951. OLE color: 332951.

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

Color convert

RGB 151 20 5 -
CMYK 0 0.87 0.97 0.41
HSL 6.16º 0.94% 0.31% -
HSV(B) 6.16º 0.97% 0.59% -
XYZ 13.04 7.09 0.82 -
YUV 57.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 151 20 5 0 0.87 0.97 0.41 6.16 0.94 0.31
Hex 97 14 5 0 57 61 29 6 5E 1F
Octal 227 24 5 0 127 141 51 6 136 37
Binary 10010111 10100 101 0 1010111 1100001 101001 110 1011110 11111

Color Harmonies of #971405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971405

Black with #971405

Text Example


Text Example

White with #971405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971405; }

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

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

background-color css

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

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

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

border-color css

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

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

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