#971C28

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

Shades of Bright Red #971C28

Tints of Bright Red #971C28

Color information

#971C28 (or 0x971C28) is unknown color: approx Bright Red. HEX triplet: 97, 1C and 28. RGB value is (151,28,40). Sum of RGB (Red+Green+Blue) = 151+28+40=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #971C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C28 is #68E3D7. Grayscale: #424242. Windows color (decimal): -6874072 or 2628759. OLE color: 2628759.

HSL color Cylindrical-coordinate representation of color #971C28: hue angle of 354.15º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C28 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1512840-
CMYK00.810.740.41
HSL354.15º68.72%35.1%-
HSV(B)354.15º81.46%59.22%-
XYZ13.567.562.75-
YUV66.14113.25188.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.95%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=68.95%
G=12.79%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151284000.810.740.41354.1568.7235.1
Hex971C280514A291624523
Octal227345001211125154210543
Binary10010111111001010000101000110010101010011011000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971C28; }

 p { color: rgb(151,28,40); }

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

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

 a { background-color: rgb(151,28,40); }

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

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

 span { border-color: rgb(151,28,40); }

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