Html Css Color HEX #971010 Dark Red

📋 copy color: '#971010'

red 151 ◦ green 16 ◦ blue 16

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

Shades of Dark Red #971010

Tints of Dark Red #971010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 82.51%
G = 8.74%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#971010 (or 0x971010) is known color: Dark Red. HEX triplet: 97, 10 and 10. RGB value is (151,16,16). Sum of RGB (Red+Green+Blue) = 151+16+16=183 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.51% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 151 - color contains mainly: red. Hex color #971010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971010 is #68EFEF. Grayscale: #383838. Windows color (decimal): -6877168 or 1052823. OLE color: 1052823.

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

Color convert

RGB 151 16 16 -
CMYK 0 0.89 0.89 0.41
HSL 0.81% 0.33% -
HSV(B) 0.89% 0.59% -
XYZ 13.04 6.99 1.15 -
YUV 56.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 151 16 16 0 0.89 0.89 0.41 0 0.81 0.33
Hex 97 10 10 0 59 59 29 0 51 21
Octal 227 20 20 0 131 131 51 0 121 41
Binary 10010111 10000 10000 0 1011001 1011001 101001 0 1010001 100001

Color Harmonies of #971010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971010

Black with #971010

Text Example


Text Example

White with #971010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971010; }

 p { color: rgb(151,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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