#991F22

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

Shades of Bright Red #991F22

Tints of Bright Red #991F22

Color information

#991F22 (or 0x991F22) is unknown color: approx Bright Red. HEX triplet: 99, 1F and 22. RGB value is (153,31,34). Sum of RGB (Red+Green+Blue) = 153+31+34=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #991F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991F22 is #66E0DD. Grayscale: #434343. Windows color (decimal): -6742238 or 2236313. OLE color: 2236313.

HSL color Cylindrical-coordinate representation of color #991F22: hue angle of 358.52º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F22 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1533134-
CMYK00.800.780.4
HSL358.52º66.3%36.08%-
HSV(B)358.52º79.74%60%-
XYZ13.927.872.3-
YUV67.82108.92188.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 34 (13.67% from 255) = 15.60%
R=70.18%
G=14.22%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153313400.800.780.4358.5266.336.08
Hex991F220504E281674224
Octal231374201201165054710244
Binary10011001111111000100101000010011101010001011001111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991F22; }

 p { color: rgb(153,31,34); }

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

<style>
 a { background-color: #991F22; }

 a { background-color: rgb(153,31,34); }

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

<style>
 span { border-color: #991F22; }

 span { border-color: rgb(153,31,34); }

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