#971B2F

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

Shades of Bright Red #971B2F

Tints of Bright Red #971B2F

Color information

#971B2F (or 0x971B2F) is unknown color: approx Bright Red. HEX triplet: 97, 1B and 2F. RGB value is (151,27,47). Sum of RGB (Red+Green+Blue) = 151+27+47=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #971B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B2F is #68E4D0. Grayscale: #424242. Windows color (decimal): -6874321 or 3087255. OLE color: 3087255.

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

Color convert

RGB1512747-
CMYK00.820.690.41
HSL350.32º69.66%34.9%-
HSV(B)350.32º82.12%59.22%-
XYZ13.677.573.43-
YUV66.36117.08188.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=67.11%
G=12%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151274700.820.690.41350.3269.6634.9
Hex971B2F052452915e4623
Octal227335701221055153610643
Binary10010111110111011110101001010001011010011010111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,27,47); }

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

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

 a { background-color: rgb(151,27,47); }

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

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

 span { border-color: rgb(151,27,47); }

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