#992F41

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

Shades of Bright Red #992F41

Tints of Bright Red #992F41

Color information

#992F41 (or 0x992F41) is unknown color: approx Bright Red. HEX triplet: 99, 2F and 41. RGB value is (153,47,65). Sum of RGB (Red+Green+Blue) = 153+47+65=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #992F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F41 is #66D0BE. Grayscale: #505050. Windows color (decimal): -6738111 or 4272025. OLE color: 4272025.

HSL color Cylindrical-coordinate representation of color #992F41: hue angle of 349.81º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F41 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1534765-
CMYK00.690.580.4
HSL349.81º53%39.22%-
HSV(B)349.81º69.28%60%-
XYZ15.119.195.98-
YUV80.75119.12179.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=57.74%
G=17.74%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153476500.690.580.4349.815339.22
Hex992F410453A2815e3527
Octal23157101010572505366547
Binary10011001101111100000101000101111010101000101011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992F41; }

 p { color: rgb(153,47,65); }

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

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

 a { background-color: rgb(153,47,65); }

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

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

 span { border-color: rgb(153,47,65); }

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