#971B30

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

Shades of Bright Red #971B30

Tints of Bright Red #971B30

Color information

#971B30 (or 0x971B30) is unknown color: approx Bright Red. HEX triplet: 97, 1B and 30. RGB value is (151,27,48). Sum of RGB (Red+Green+Blue) = 151+27+48=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #971B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B30 is #68E4CF. Grayscale: #424242. Windows color (decimal): -6874320 or 3152791. OLE color: 3152791.

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

Color convert

RGB1512748-
CMYK00.820.680.41
HSL349.84º69.66%34.9%-
HSV(B)349.84º82.12%59.22%-
XYZ13.697.583.54-
YUV66.47117.58188.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.81%
GREEN value IS 27 (10.94% from 255) = 11.95%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=66.81%
G=11.95%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151274800.820.680.41349.8469.6634.9
Hex971B30052442915e4623
Octal227336001221045153610643
Binary10010111110111100000101001010001001010011010111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,27,48); }

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

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

 a { background-color: rgb(151,27,48); }

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

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

 span { border-color: rgb(151,27,48); }

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