Html Css Color HEX #971103 Dark Red

📋 copy color: '#971103'

red 151 ◦ green 17 ◦ blue 3

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

Shades of Dark Red #971103

Tints of Dark Red #971103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 88.3%
G = 9.94%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#971103 (or 0x971103) is known color: Dark Red. HEX triplet: 97, 11 and 03. RGB value is (151,17,3). Sum of RGB (Red+Green+Blue) = 151+17+3=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #971103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971103 is #68EEFC. Grayscale: #373737. Windows color (decimal): -6876925 or 201111. OLE color: 201111.

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

Color convert

RGB 151 17 3 -
CMYK 0 0.89 0.98 0.41
HSL 5.68º 0.96% 0.3% -
HSV(B) 5.68º 0.98% 0.59% -
XYZ 12.98 6.99 0.75 -
YUV 55.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 151 17 3 0 0.89 0.98 0.41 5.68 0.96 0.3
Hex 97 11 3 0 59 62 29 6 60 1E
Octal 227 21 3 0 131 142 51 6 140 36
Binary 10010111 10001 11 0 1011001 1100010 101001 110 1100000 11110

Color Harmonies of #971103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971103

Black with #971103

Text Example


Text Example

White with #971103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971103; }

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

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

background-color css

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

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

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

border-color css

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

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

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