Html Css Color HEX #971231 Bright Red

📋 copy color: '#971231'

red 151 ◦ green 18 ◦ blue 49

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

Shades of Bright Red #971231

Tints of Bright Red #971231

RGB

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

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

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

R = 69.27%
G = 8.26%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#971231 (or 0x971231) is known color: Bright Red. HEX triplet: 97, 12 and 31. RGB value is (151,18,49). Sum of RGB (Red+Green+Blue) = 151+18+49=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #971231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971231 is #68EDCE. Grayscale: #3D3D3D. Windows color (decimal): -6876623 or 3216023. OLE color: 3216023.

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

Color convert

RGB 151 18 49 -
CMYK 0 0.88 0.68 0.41
HSL 346.02º 0.79% 0.33% -
HSV(B) 346.02º 0.88% 0.59% -
XYZ 13.53 7.23 3.59 -
YUV 61.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 151 18 49 0 0.88 0.68 0.41 346.02 0.79 0.33
Hex 97 12 31 0 58 44 29 15A 4F 21
Octal 227 22 61 0 130 104 51 532 117 41
Binary 10010111 10010 110001 0 1011000 1000100 101001 101011010 1001111 100001

Color Harmonies of #971231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971231

Black with #971231

Text Example


Text Example

White with #971231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971231; }

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

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

background-color css

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

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

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

border-color css

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

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

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