#991C3C

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

Shades of Bright Red #991C3C

Tints of Bright Red #991C3C

Color information

#991C3C (or 0x991C3C) is unknown color: approx Bright Red. HEX triplet: 99, 1C and 3C. RGB value is (153,28,60). Sum of RGB (Red+Green+Blue) = 153+28+60=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #991C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C3C is #66E3C3. Grayscale: #454545. Windows color (decimal): -6742980 or 3939481. OLE color: 3939481.

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

Color convert

RGB1532860-
CMYK00.820.610.4
HSL344.64º69.06%35.49%-
HSV(B)344.64º81.7%60%-
XYZ14.377.935.05-
YUV69.02122.91187.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=63.49%
G=11.62%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153286000.820.610.4344.6469.0635.49
Hex991C3C0523D281594523
Octal23134740122755053110543
Binary1001100111100111100010100101111011010001010110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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