#972530

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

Shades of Bright Red #972530

Tints of Bright Red #972530

Color information

#972530 (or 0x972530) is unknown color: approx Bright Red. HEX triplet: 97, 25 and 30. RGB value is (151,37,48). Sum of RGB (Red+Green+Blue) = 151+37+48=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #972530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972530 is #68DACF. Grayscale: #484848. Windows color (decimal): -6871760 or 3155351. OLE color: 3155351.

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

Color convert

RGB1513748-
CMYK00.750.680.41
HSL354.21º60.64%36.86%-
HSV(B)354.21º75.5%59.22%-
XYZ13.968.123.63-
YUV72.34114.27184.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.98%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=63.98%
G=15.68%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151374800.750.680.41354.2160.6436.86
Hex97253004B44291623d25
Octal22745600113104515427545
Binary10010111100101110000010010111000100101001101100010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972530; }

 p { color: rgb(151,37,48); }

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

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

 a { background-color: rgb(151,37,48); }

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

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

 span { border-color: rgb(151,37,48); }

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