#991E27

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

Shades of Bright Red #991E27

Tints of Bright Red #991E27

Color information

#991E27 (or 0x991E27) is unknown color: approx Bright Red. HEX triplet: 99, 1E and 27. RGB value is (153,30,39). Sum of RGB (Red+Green+Blue) = 153+30+39=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #991E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E27 is #66E1D8. Grayscale: #434343. Windows color (decimal): -6742489 or 2563737. OLE color: 2563737.

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

Color convert

RGB1533039-
CMYK00.800.750.4
HSL355.61º67.21%35.88%-
HSV(B)355.61º80.39%60%-
XYZ13.977.852.7-
YUV67.8111.75188.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.92%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=68.92%
G=13.51%
B=17.57%

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
Decimal153303900.800.750.4355.6167.2135.88
Hex991E270504B281644324
Octal231364701201135054410344
Binary10011001111101001110101000010010111010001011001001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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