#991E29

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

Shades of Bright Red #991E29

Tints of Bright Red #991E29

Color information

#991E29 (or 0x991E29) is unknown color: approx Bright Red. HEX triplet: 99, 1E and 29. RGB value is (153,30,41). Sum of RGB (Red+Green+Blue) = 153+30+41=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #991E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E29 is #66E1D6. Grayscale: #444444. Windows color (decimal): -6742487 or 2694809. OLE color: 2694809.

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

Color convert

RGB1533041-
CMYK00.800.730.4
HSL354.63º67.21%35.88%-
HSV(B)354.63º80.39%60%-
XYZ147.862.88-
YUV68.03112.75188.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.30%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=68.30%
G=13.39%
B=18.30%

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
Decimal153304100.800.730.4354.6367.2135.88
Hex991E2905049281634324
Octal231365101201115054310344
Binary10011001111101010010101000010010011010001011000111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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