#991f29

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

Shades of Bright Red #991F29

Tints of Bright Red #991F29

Color information

#991F29 (or 0x991F29) is unknown color: approx Bright Red. HEX triplet: 99, 1F and 29. RGB value is (153,31,41). Sum of RGB (Red+Green+Blue) = 153+31+41=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #991F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991F29 is #66E0D6. Grayscale: #444444. Windows color (decimal): -6742231 or 2695065. OLE color: 2695065.

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

Color convert

RGB1533141-
CMYK00.800.730.4
HSL355.08º66.3%36.08%-
HSV(B)355.08º79.74%60%-
XYZ14.037.912.89-
YUV68.62112.42188.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=68%
G=13.78%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153314100.800.730.4355.0866.336.08
Hex991F2905049281634224
Octal231375101201115054310244
Binary10011001111111010010101000010010011010001011000111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991f29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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