#991C1F

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

Shades of Bright Red #991C1F

Tints of Bright Red #991C1F

Color information

#991C1F (or 0x991C1F) is unknown color: approx Bright Red. HEX triplet: 99, 1C and 1F. RGB value is (153,28,31). Sum of RGB (Red+Green+Blue) = 153+28+31=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #991C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C1F is #66E3E0. Grayscale: #414141. Windows color (decimal): -6743009 or 2038937. OLE color: 2038937.

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

Color convert

RGB1532831-
CMYK00.820.800.4
HSL358.56º69.06%35.49%-
HSV(B)358.56º81.7%60%-
XYZ13.87.72.06-
YUV65.72108.41190.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.17%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=72.17%
G=13.21%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153283100.820.800.4358.5669.0635.49
Hex991C1F05250281674523
Octal231343701221205054710543
Binary1001100111100111110101001010100001010001011001111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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