Html Css Color HEX #971C31 Bright Red

📋 copy color: '#971C31'

red 151 ◦ green 28 ◦ blue 49

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

Shades of Bright Red #971C31

Tints of Bright Red #971C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.28%

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

R = 66.23%
G = 12.28%
B = 21.49%

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

#971C31 (or 0x971C31) is known color: Bright Red. HEX triplet: 97, 1C and 31. RGB value is (151,28,49). Sum of RGB (Red+Green+Blue) = 151+28+49=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #971C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C31 is #68E3CE. Grayscale: #434343. Windows color (decimal): -6874063 or 3218583. OLE color: 3218583.

HSL color Cylindrical-coordinate representation of color #971C31: hue angle of 349.76º degrees, saturation: 0.69, 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 #971C31 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 49 -
CMYK 0 0.81 0.68 0.41
HSL 349.76º 0.69% 0.35% -
HSV(B) 349.76º 0.81% 0.59% -
XYZ 13.73 7.63 3.66 -
YUV 67.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 151 28 49 0 0.81 0.68 0.41 349.76 0.69 0.35
Hex 97 1C 31 0 51 44 29 15E 45 23
Octal 227 34 61 0 121 104 51 536 105 43
Binary 10010111 11100 110001 0 1010001 1000100 101001 101011110 1000101 100011

Color Harmonies of #971C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C31

Black with #971C31

Text Example


Text Example

White with #971C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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