#971C3B

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

Shades of Bright Red #971C3B

Tints of Bright Red #971C3B

Color information

#971C3B (or 0x971C3B) is unknown color: approx Bright Red. HEX triplet: 97, 1C and 3B. RGB value is (151,28,59). Sum of RGB (Red+Green+Blue) = 151+28+59=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #971C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971C3B is #68E3C4. Grayscale: #444444. Windows color (decimal): -6874053 or 3873943. OLE color: 3873943.

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

Color convert

RGB1512859-
CMYK00.810.610.41
HSL344.88º68.72%35.1%-
HSV(B)344.88º81.46%59.22%-
XYZ13.977.734.89-
YUV68.31122.75186.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.45%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 59 (23.44% from 255) = 24.79%
R=63.45%
G=11.76%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151285900.810.610.41344.8868.7235.1
Hex971C3B0513D291594523
Octal22734730121755153110543
Binary1001011111100111011010100011111011010011010110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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