#97191F

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

Shades of Bright Red #97191F

Tints of Bright Red #97191F

Color information

#97191F (or 0x97191F) is unknown color: approx Bright Red. HEX triplet: 97, 19 and 1F. RGB value is (151,25,31). Sum of RGB (Red+Green+Blue) = 151+25+31=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #97191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97191F is #68E6E0. Grayscale: #3F3F3F. Windows color (decimal): -6874849 or 2038167. OLE color: 2038167.

HSL color Cylindrical-coordinate representation of color #97191F: hue angle of 357.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97191F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1512531-
CMYK00.830.790.41
HSL357.14º71.59%34.51%-
HSV(B)357.14º83.44%59.22%-
XYZ13.367.372.02-
YUV63.36109.74190.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 72.95%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=72.95%
G=12.08%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151253100.830.790.41357.1471.5934.51
Hex97191F0534F291654823
Octal227313701231175154511043
Binary1001011111001111110101001110011111010011011001011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97191F; }

 p { color: rgb(151,25,31); }

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

<style>
 a { background-color: #97191F; }

 a { background-color: rgb(151,25,31); }

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

<style>
 span { border-color: #97191F; }

 span { border-color: rgb(151,25,31); }

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