#992337

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

Shades of Bright Red #992337

Tints of Bright Red #992337

Color information

#992337 (or 0x992337) is unknown color: approx Bright Red. HEX triplet: 99, 23 and 37. RGB value is (153,35,55). Sum of RGB (Red+Green+Blue) = 153+35+55=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #992337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992337 is #66DCC8. Grayscale: #484848. Windows color (decimal): -6741193 or 3613593. OLE color: 3613593.

HSL color Cylindrical-coordinate representation of color #992337: hue angle of 349.83º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992337 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB1533555-
CMYK00.770.640.4
HSL349.83º62.77%36.86%-
HSV(B)349.83º77.12%60%-
XYZ14.438.254.45-
YUV72.56118.09185.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 55 (21.88% from 255) = 22.63%
R=62.96%
G=14.40%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153355500.770.640.4349.8362.7736.86
Hex99233704D402815e3f25
Octal23143670115100505367745
Binary10011001100011110111010011011000000101000101011110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992337; }

 p { color: rgb(153,35,55); }

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

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

 a { background-color: rgb(153,35,55); }

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

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

 span { border-color: rgb(153,35,55); }

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