#972C42

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

Shades of Bright Red #972C42

Tints of Bright Red #972C42

Color information

#972C42 (or 0x972C42) is unknown color: approx Bright Red. HEX triplet: 97, 2C and 42. RGB value is (151,44,66). Sum of RGB (Red+Green+Blue) = 151+44+66=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #972C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C42 is #68D3BD. Grayscale: #4E4E4E. Windows color (decimal): -6869950 or 4336791. OLE color: 4336791.

HSL color Cylindrical-coordinate representation of color #972C42: hue angle of 347.66º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C42 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1514466-
CMYK00.710.560.41
HSL347.66º54.87%38.24%-
HSV(B)347.66º70.86%59.22%-
XYZ14.658.776.08-
YUV78.5120.95179.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=57.85%
G=16.86%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151446600.710.560.41347.6654.8738.24
Hex972C42047382915c3726
Octal22754102010770515346746
Binary10010111101100100001001000111111000101001101011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972C42; }

 p { color: rgb(151,44,66); }

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

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

 a { background-color: rgb(151,44,66); }

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

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

 span { border-color: rgb(151,44,66); }

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