#971526

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

Shades of Bright Red #971526

Tints of Bright Red #971526

Color information

#971526 (or 0x971526) is unknown color: approx Bright Red. HEX triplet: 97, 15 and 26. RGB value is (151,21,38). Sum of RGB (Red+Green+Blue) = 151+21+38=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #971526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971526 is #68EAD9. Grayscale: #3D3D3D. Windows color (decimal): -6875866 or 2495895. OLE color: 2495895.

HSL color Cylindrical-coordinate representation of color #971526: hue angle of 352.15º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971526 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1512138-
CMYK00.860.750.41
HSL352.15º75.58%33.73%-
HSV(B)352.15º86.09%59.22%-
XYZ13.387.262.53-
YUV61.81114.57191.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.90%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=71.90%
G=10%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151213800.860.750.41352.1575.5833.73
Hex9715260564B291604c22
Octal227254601261135154011442
Binary10010111101011001100101011010010111010011011000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971526; }

 p { color: rgb(151,21,38); }

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

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

 a { background-color: rgb(151,21,38); }

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

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

 span { border-color: rgb(151,21,38); }

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