#991E26

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

Shades of Bright Red #991E26

Tints of Bright Red #991E26

Color information

#991E26 (or 0x991E26) is unknown color: approx Bright Red. HEX triplet: 99, 1E and 26. RGB value is (153,30,38). Sum of RGB (Red+Green+Blue) = 153+30+38=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #991E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E26 is #66E1D9. Grayscale: #434343. Windows color (decimal): -6742490 or 2498201. OLE color: 2498201.

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

Color convert

RGB1533038-
CMYK00.800.750.4
HSL356.1º67.21%35.88%-
HSV(B)356.1º80.39%60%-
XYZ13.957.842.61-
YUV67.69111.25188.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.23%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=69.23%
G=13.57%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153303800.800.750.4356.167.2135.88
Hex991E260504B281644324
Octal231364601201135054410344
Binary10011001111101001100101000010010111010001011001001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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