#971B25

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

Shades of Bright Red #971B25

Tints of Bright Red #971B25

Color information

#971B25 (or 0x971B25) is unknown color: approx Bright Red. HEX triplet: 97, 1B and 25. RGB value is (151,27,37). Sum of RGB (Red+Green+Blue) = 151+27+37=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #971B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971B25 is #68E4DA. Grayscale: #414141. Windows color (decimal): -6874331 or 2431895. OLE color: 2431895.

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

Color convert

RGB1512737-
CMYK00.820.750.41
HSL355.16º69.66%34.9%-
HSV(B)355.16º82.12%59.22%-
XYZ13.497.52.49-
YUV65.22112.08189.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 70.23%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=70.23%
G=12.56%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151273700.820.750.41355.1669.6634.9
Hex971B250524B291634623
Octal227334501221135154310643
Binary10010111110111001010101001010010111010011011000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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