Html Css Color HEX #971002 Dark Red

📋 copy color: '#971002'

red 151 ◦ green 16 ◦ blue 2

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

Shades of Dark Red #971002

Tints of Dark Red #971002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 89.35%
G = 9.47%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#971002 (or 0x971002) is known color: Dark Red. HEX triplet: 97, 10 and 02. RGB value is (151,16,2). Sum of RGB (Red+Green+Blue) = 151+16+2=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #971002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971002 is #68EFFD. Grayscale: #363636. Windows color (decimal): -6877182 or 135319. OLE color: 135319.

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

Color convert

RGB 151 16 2 -
CMYK 0 0.89 0.99 0.41
HSL 5.64º 0.97% 0.3% -
HSV(B) 5.64º 0.99% 0.59% -
XYZ 12.96 6.95 0.72 -
YUV 54.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 151 16 2 0 0.89 0.99 0.41 5.64 0.97 0.3
Hex 97 10 2 0 59 63 29 6 61 1E
Octal 227 20 2 0 131 143 51 6 141 36
Binary 10010111 10000 10 0 1011001 1100011 101001 110 1100001 11110

Color Harmonies of #971002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971002

Black with #971002

Text Example


Text Example

White with #971002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971002; }

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

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

background-color css

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

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

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

border-color css

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

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

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