#942131

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

Shades of Bright Red #942131

Tints of Bright Red #942131

Color information

#942131 (or 0x942131) is unknown color: approx Bright Red. HEX triplet: 94, 21 and 31. RGB value is (148,33,49). Sum of RGB (Red+Green+Blue) = 148+33+49=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #942131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942131 is #6BDECE. Grayscale: #454545. Windows color (decimal): -7069391 or 3219860. OLE color: 3219860.

HSL color Cylindrical-coordinate representation of color #942131: hue angle of 351.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942131 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1483349-
CMYK00.780.670.42
HSL351.65º63.54%35.49%-
HSV(B)351.65º77.7%58.04%-
XYZ13.317.613.67-
YUV69.21116.6184.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.35%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=64.35%
G=14.35%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148334900.780.670.42351.6563.5435.49
Hex94213104E432A1604023
Octal224416101161035254010043
Binary100101001000011100010100111010000111010101011000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942131; }

 p { color: rgb(148,33,49); }

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

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

 a { background-color: rgb(148,33,49); }

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

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

 span { border-color: rgb(148,33,49); }

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