#991D3F

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

Shades of Bright Red #991D3F

Tints of Bright Red #991D3F

Color information

#991D3F (or 0x991D3F) is unknown color: approx Bright Red. HEX triplet: 99, 1D and 3F. RGB value is (153,29,63). Sum of RGB (Red+Green+Blue) = 153+29+63=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #991D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D3F is #66E2C0. Grayscale: #454545. Windows color (decimal): -6742721 or 4136345. OLE color: 4136345.

HSL color Cylindrical-coordinate representation of color #991D3F: hue angle of 343.55º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D3F is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB1532963-
CMYK00.810.590.4
HSL343.55º68.13%35.69%-
HSV(B)343.55º81.05%60%-
XYZ14.478.015.49-
YUV69.95124.08187.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 63 (25% from 255) = 25.71%
R=62.45%
G=11.84%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153296300.810.590.4343.5568.1335.69
Hex991D3F0513B281584424
Octal23135770121735053010444
Binary1001100111101111111010100011110111010001010110001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,29,63); }

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

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

 a { background-color: rgb(153,29,63); }

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

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

 span { border-color: rgb(153,29,63); }

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