#971F2B

Color #971F2B Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #971F2B

Tints of Bright Red #971F2B

Color information

#971F2B (or 0x971F2B) is unknown color: approx Bright Red. HEX triplet: 97, 1F and 2B. RGB value is (151,31,43). Sum of RGB (Red+Green+Blue) = 151+31+43=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #971F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971F2B is #68E0D4. Grayscale: #444444. Windows color (decimal): -6873301 or 2826135. OLE color: 2826135.

HSL color Cylindrical-coordinate representation of color #971F2B: hue angle of 354º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F2B is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1513143-
CMYK00.790.720.41
HSL354º65.93%35.69%-
HSV(B)354º79.47%59.22%-
XYZ13.697.733.06-
YUV68.25113.76187.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=67.11%
G=13.78%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151314300.790.720.4135465.9335.69
Hex971F2B04F48291624224
Octal227375301171105154210244
Binary10010111111111010110100111110010001010011011000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,31,43); }

 H1.HeaderClassName
 {
   color: #971F2B;
 }
 .AnyTagClassName
 {
   color: #971F2B;
 }
</style>
background-color css

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

 a { background-color: rgb(151,31,43); }

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

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

 span { border-color: rgb(151,31,43); }

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