#971C3C

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

Shades of Bright Red #971C3C

Tints of Bright Red #971C3C

Color information

#971C3C (or 0x971C3C) is unknown color: approx Bright Red. HEX triplet: 97, 1C and 3C. RGB value is (151,28,60). Sum of RGB (Red+Green+Blue) = 151+28+60=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #971C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C3C is #68E3C3. Grayscale: #444444. Windows color (decimal): -6874052 or 3939479. OLE color: 3939479.

HSL color Cylindrical-coordinate representation of color #971C3C: hue angle of 344.39º 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 #971C3C is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB1512860-
CMYK00.810.600.41
HSL344.39º68.72%35.1%-
HSV(B)344.39º81.46%59.22%-
XYZ13.997.745.03-
YUV68.42123.25186.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.18%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=63.18%
G=11.72%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151286000.810.600.41344.3968.7235.1
Hex971C3C0513C291584523
Octal22734740121745153010543
Binary1001011111100111100010100011111001010011010110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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