#971C29

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

Shades of Bright Red #971C29

Tints of Bright Red #971C29

Color information

#971C29 (or 0x971C29) is unknown color: approx Bright Red. HEX triplet: 97, 1C and 29. RGB value is (151,28,41). Sum of RGB (Red+Green+Blue) = 151+28+41=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #971C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C29 is #68E3D6. Grayscale: #424242. Windows color (decimal): -6874071 or 2694295. OLE color: 2694295.

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

Color convert

RGB1512841-
CMYK00.810.730.41
HSL353.66º68.72%35.1%-
HSV(B)353.66º81.46%59.22%-
XYZ13.587.572.84-
YUV66.26113.75188.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.64%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=68.64%
G=12.73%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151284100.810.730.41353.6668.7235.1
Hex971C2905149291624523
Octal227345101211115154210543
Binary10010111111001010010101000110010011010011011000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,28,41); }

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

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

 a { background-color: rgb(151,28,41); }

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

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

 span { border-color: rgb(151,28,41); }

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