#991C2A

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

Shades of Bright Red #991C2A

Tints of Bright Red #991C2A

Color information

#991C2A (or 0x991C2A) is unknown color: approx Bright Red. HEX triplet: 99, 1C and 2A. RGB value is (153,28,42). Sum of RGB (Red+Green+Blue) = 153+28+42=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #991C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C2A is #66E3D5. Grayscale: #434343. Windows color (decimal): -6742998 or 2759833. OLE color: 2759833.

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

Color convert

RGB1532842-
CMYK00.820.730.4
HSL353.28º69.06%35.49%-
HSV(B)353.28º81.7%60%-
XYZ13.977.772.95-
YUV66.97113.91189.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.61%
GREEN value IS 28 (11.33% from 255) = 12.56%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=68.61%
G=12.56%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153284200.820.730.4353.2869.0635.49
Hex991C2A05249281614523
Octal231345201221115054110543
Binary10011001111001010100101001010010011010001011000011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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