#992122

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

Shades of Bright Red #992122

Tints of Bright Red #992122

Color information

#992122 (or 0x992122) is unknown color: approx Bright Red. HEX triplet: 99, 21 and 22. RGB value is (153,33,34). Sum of RGB (Red+Green+Blue) = 153+33+34=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #992122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992122 is #66DEDD. Grayscale: #454545. Windows color (decimal): -6741726 or 2236825. OLE color: 2236825.

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

Color convert

RGB1533334-
CMYK00.780.780.4
HSL359.5º64.52%36.47%-
HSV(B)359.5º78.43%60%-
XYZ13.977.982.32-
YUV68.99108.26187.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.55%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=69.55%
G=15%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153333400.780.780.4359.564.5236.47
Hex99212204E4E281684124
Octal231414201161165055010144
Binary100110011000011000100100111010011101010001011010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992122; }

 p { color: rgb(153,33,34); }

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

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

 a { background-color: rgb(153,33,34); }

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

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

 span { border-color: rgb(153,33,34); }

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