#991C28

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

Shades of Bright Red #991C28

Tints of Bright Red #991C28

Color information

#991C28 (or 0x991C28) is unknown color: approx Bright Red. HEX triplet: 99, 1C and 28. RGB value is (153,28,40). Sum of RGB (Red+Green+Blue) = 153+28+40=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #991C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C28 is #66E3D7. Grayscale: #424242. Windows color (decimal): -6743000 or 2628761. OLE color: 2628761.

HSL color Cylindrical-coordinate representation of color #991C28: hue angle of 354.24º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C28 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB1532840-
CMYK00.820.740.4
HSL354.24º69.06%35.49%-
HSV(B)354.24º81.7%60%-
XYZ13.947.762.77-
YUV66.74112.91189.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.23%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=69.23%
G=12.67%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153284000.820.740.4354.2469.0635.49
Hex991C280524A281624523
Octal231345001221125054210543
Binary10011001111001010000101001010010101010001011000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,28,40); }

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

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

 a { background-color: rgb(153,28,40); }

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

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

 span { border-color: rgb(153,28,40); }

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