Html Css Color HEX #971D31 Bright Red

📋 copy color: '#971D31'

red 151 ◦ green 29 ◦ blue 49

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

Shades of Bright Red #971D31

Tints of Bright Red #971D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 65.94%
G = 12.66%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#971D31 (or 0x971D31) is known color: Bright Red. HEX triplet: 97, 1D and 31. RGB value is (151,29,49). Sum of RGB (Red+Green+Blue) = 151+29+49=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #971D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D31 is #68E2CE. Grayscale: #434343. Windows color (decimal): -6873807 or 3218839. OLE color: 3218839.

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

Color convert

RGB 151 29 49 -
CMYK 0 0.81 0.68 0.41
HSL 350.16º 0.68% 0.35% -
HSV(B) 350.16º 0.81% 0.59% -
XYZ 13.76 7.68 3.66 -
YUV 67.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 151 29 49 0 0.81 0.68 0.41 350.16 0.68 0.35
Hex 97 1D 31 0 51 44 29 15E 44 23
Octal 227 35 61 0 121 104 51 536 104 43
Binary 10010111 11101 110001 0 1010001 1000100 101001 101011110 1000100 100011

Color Harmonies of #971D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D31

Black with #971D31

Text Example


Text Example

White with #971D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971D31; }

 p { color: rgb(151,29,49); }

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

background-color css

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

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

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

border-color css

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

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

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