#991C2C

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

Shades of Bright Red #991C2C

Tints of Bright Red #991C2C

Color information

#991C2C (or 0x991C2C) is unknown color: approx Bright Red. HEX triplet: 99, 1C and 2C. RGB value is (153,28,44). Sum of RGB (Red+Green+Blue) = 153+28+44=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #991C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C2C is #66E3D3. Grayscale: #434343. Windows color (decimal): -6742996 or 2890905. OLE color: 2890905.

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

Color convert

RGB1532844-
CMYK00.820.710.4
HSL352.32º69.06%35.49%-
HSV(B)352.32º81.7%60%-
XYZ14.017.783.15-
YUV67.2114.91189.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=68%
G=12.44%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153284400.820.710.4352.3269.0635.49
Hex991C2C05247281604523
Octal231345401221075054010543
Binary10011001111001011000101001010001111010001011000001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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