Html Css Color HEX #971703 Dark Red

📋 copy color: '#971703'

red 151 ◦ green 23 ◦ blue 3

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

Shades of Dark Red #971703

Tints of Dark Red #971703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 85.31%
G = 12.99%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#971703 (or 0x971703) is known color: Dark Red. HEX triplet: 97, 17 and 03. RGB value is (151,23,3). Sum of RGB (Red+Green+Blue) = 151+23+3=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #971703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971703 is #68E8FC. Grayscale: #3B3B3B. Windows color (decimal): -6875389 or 202647. OLE color: 202647.

HSL color Cylindrical-coordinate representation of color #971703: hue angle of 8.11º 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 #971703 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 23 3 -
CMYK 0 0.85 0.98 0.41
HSL 8.11º 0.96% 0.3% -
HSV(B) 8.11º 0.98% 0.59% -
XYZ 13.09 7.2 0.79 -
YUV 58.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 151 23 3 0 0.85 0.98 0.41 8.11 0.96 0.3
Hex 97 17 3 0 55 62 29 8 60 1E
Octal 227 27 3 0 125 142 51 10 140 36
Binary 10010111 10111 11 0 1010101 1100010 101001 1000 1100000 11110

Color Harmonies of #971703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971703

Black with #971703

Text Example


Text Example

White with #971703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971703; }

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

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

background-color css

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

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

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

border-color css

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

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

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