Html Css Color HEX #971202 Dark Red

📋 copy color: '#971202'

red 151 ◦ green 18 ◦ blue 2

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

Shades of Dark Red #971202

Tints of Dark Red #971202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 88.3%
G = 10.53%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#971202 (or 0x971202) is known color: Dark Red. HEX triplet: 97, 12 and 02. RGB value is (151,18,2). Sum of RGB (Red+Green+Blue) = 151+18+2=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #971202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971202 is #68EDFD. Grayscale: #383838. Windows color (decimal): -6876670 or 135831. OLE color: 135831.

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

Color convert

RGB 151 18 2 -
CMYK 0 0.88 0.99 0.41
HSL 6.44º 0.97% 0.3% -
HSV(B) 6.44º 0.99% 0.59% -
XYZ 12.99 7.02 0.73 -
YUV 55.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 151 18 2 0 0.88 0.99 0.41 6.44 0.97 0.3
Hex 97 12 2 0 58 63 29 6 61 1E
Octal 227 22 2 0 130 143 51 6 141 36
Binary 10010111 10010 10 0 1011000 1100011 101001 110 1100001 11110

Color Harmonies of #971202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971202

Black with #971202

Text Example


Text Example

White with #971202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971202; }

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

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

background-color css

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

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

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

border-color css

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

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

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