#970F37

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

Shades of Bright Red #970F37

Tints of Bright Red #970F37

Color information

#970F37 (or 0x970F37) is unknown color: approx Bright Red. HEX triplet: 97, 0F and 37. RGB value is (151,15,55). Sum of RGB (Red+Green+Blue) = 151+15+55=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #970F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F37 is #68F0C8. Grayscale: #3C3C3C. Windows color (decimal): -6877385 or 3608471. OLE color: 3608471.

HSL color Cylindrical-coordinate representation of color #970F37: hue angle of 342.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F37 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1511555-
CMYK00.900.640.41
HSL342.35º81.93%32.55%-
HSV(B)342.35º90.07%59.22%-
XYZ13.627.24.29-
YUV60.22125.06192.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.33%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 55 (21.88% from 255) = 24.89%
R=68.33%
G=6.79%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151155500.900.640.41342.3581.9332.55
Hex97F3705A40291565221
Octal227176701321005152612241
Binary1001011111111101110101101010000001010011010101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970F37; }

 p { color: rgb(151,15,55); }

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

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

 a { background-color: rgb(151,15,55); }

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

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

 span { border-color: rgb(151,15,55); }

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