#991E20

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

Shades of Bright Red #991E20

Tints of Bright Red #991E20

Color information

#991E20 (or 0x991E20) is unknown color: approx Bright Red. HEX triplet: 99, 1E and 20. RGB value is (153,30,32). Sum of RGB (Red+Green+Blue) = 153+30+32=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #991E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E20 is #66E1DF. Grayscale: #434343. Windows color (decimal): -6742496 or 2104985. OLE color: 2104985.

HSL color Cylindrical-coordinate representation of color #991E20: hue angle of 359.02º degrees, saturation: 0.67, 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 #991E20 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB1533032-
CMYK00.800.790.4
HSL359.02º67.21%35.88%-
HSV(B)359.02º80.39%60%-
XYZ13.867.812.14-
YUV67108.25189.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=71.16%
G=13.95%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153303200.800.790.4359.0267.2135.88
Hex991E200504F281674324
Octal231364001201175054710344
Binary10011001111101000000101000010011111010001011001111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,30,32); }

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

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

 a { background-color: rgb(153,30,32); }

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

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

 span { border-color: rgb(153,30,32); }

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