#972325

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

Shades of Bright Red #972325

Tints of Bright Red #972325

Color information

#972325 (or 0x972325) is unknown color: approx Bright Red. HEX triplet: 97, 23 and 25. RGB value is (151,35,37). Sum of RGB (Red+Green+Blue) = 151+35+37=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #972325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972325 is #68DCDA. Grayscale: #464646. Windows color (decimal): -6872283 or 2433943. OLE color: 2433943.

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

Color convert

RGB1513537-
CMYK00.770.750.41
HSL358.97º62.37%36.47%-
HSV(B)358.97º76.82%59.22%-
XYZ13.77.912.56-
YUV69.91109.43185.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.71%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=67.71%
G=15.70%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151353700.770.750.41358.9762.3736.47
Hex97232504D4B291673e24
Octal22743450115113515477644
Binary10010111100011100101010011011001011101001101100111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972325; }

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

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

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

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

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

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

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

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