#972C36

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

Shades of Bright Red #972C36

Tints of Bright Red #972C36

Color information

#972C36 (or 0x972C36) is unknown color: approx Bright Red. HEX triplet: 97, 2C and 36. RGB value is (151,44,54). Sum of RGB (Red+Green+Blue) = 151+44+54=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #972C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C36 is #68D3C9. Grayscale: #4D4D4D. Windows color (decimal): -6869962 or 3550359. OLE color: 3550359.

HSL color Cylindrical-coordinate representation of color #972C36: hue angle of 354.39º 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 #972C36 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1514454-
CMYK00.710.640.41
HSL354.39º54.87%38.24%-
HSV(B)354.39º70.86%59.22%-
XYZ14.338.654.4-
YUV77.13114.95180.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.64%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=60.64%
G=17.67%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151445400.710.640.41354.3954.8738.24
Hex972C3604740291623726
Octal22754660107100515426746
Binary10010111101100110110010001111000000101001101100010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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