Html Css Color HEX #971502 Dark Red

📋 copy color: '#971502'

red 151 ◦ green 21 ◦ blue 2

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

Shades of Dark Red #971502

Tints of Dark Red #971502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 86.78%
G = 12.07%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#971502 (or 0x971502) is known color: Dark Red. HEX triplet: 97, 15 and 02. RGB value is (151,21,2). Sum of RGB (Red+Green+Blue) = 151+21+2=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #971502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971502 is #68EAFD. Grayscale: #393939. Windows color (decimal): -6875902 or 136599. OLE color: 136599.

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

Color convert

RGB 151 21 2 -
CMYK 0 0.86 0.99 0.41
HSL 7.65º 0.97% 0.3% -
HSV(B) 7.65º 0.99% 0.59% -
XYZ 13.04 7.12 0.74 -
YUV 57.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 151 21 2 0 0.86 0.99 0.41 7.65 0.97 0.3
Hex 97 15 2 0 56 63 29 8 61 1E
Octal 227 25 2 0 126 143 51 10 141 36
Binary 10010111 10101 10 0 1010110 1100011 101001 1000 1100001 11110

Color Harmonies of #971502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971502

Black with #971502

Text Example


Text Example

White with #971502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971502; }

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

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

background-color css

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

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

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

border-color css

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

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

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