#971D2E

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

Shades of Bright Red #971D2E

Tints of Bright Red #971D2E

Color information

#971D2E (or 0x971D2E) is unknown color: approx Bright Red. HEX triplet: 97, 1D and 2E. RGB value is (151,29,46). Sum of RGB (Red+Green+Blue) = 151+29+46=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #971D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D2E is #68E2D1. Grayscale: #434343. Windows color (decimal): -6873810 or 3022231. OLE color: 3022231.

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

Color convert

RGB1512946-
CMYK00.810.700.41
HSL351.64º67.78%35.29%-
HSV(B)351.64º80.79%59.22%-
XYZ13.77.663.34-
YUV67.42115.92187.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.81%
GREEN value IS 29 (11.72% from 255) = 12.83%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=66.81%
G=12.83%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151294600.810.700.41351.6467.7835.29
Hex971D2E05146291604423
Octal227355601211065154010443
Binary10010111111011011100101000110001101010011011000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,29,46); }

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

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

 a { background-color: rgb(151,29,46); }

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

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

 span { border-color: rgb(151,29,46); }

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