#971D3A

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

Shades of Bright Red #971D3A

Tints of Bright Red #971D3A

Color information

#971D3A (or 0x971D3A) is unknown color: approx Bright Red. HEX triplet: 97, 1D and 3A. RGB value is (151,29,58). Sum of RGB (Red+Green+Blue) = 151+29+58=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #971D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D3A is #68E2C5. Grayscale: #444444. Windows color (decimal): -6873798 or 3808663. OLE color: 3808663.

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

Color convert

RGB1512958-
CMYK00.810.620.41
HSL345.74º67.78%35.29%-
HSV(B)345.74º80.79%59.22%-
XYZ13.977.764.77-
YUV68.78121.92186.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.45%
GREEN value IS 29 (11.72% from 255) = 12.18%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=63.45%
G=12.18%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151295800.810.620.41345.7467.7835.29
Hex971D3A0513E2915a4423
Octal22735720121765153210443
Binary1001011111101111010010100011111101010011010110101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,29,58); }

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

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

 a { background-color: rgb(151,29,58); }

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

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

 span { border-color: rgb(151,29,58); }

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