#942E3A

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

Shades of Bright Red #942E3A

Tints of Bright Red #942E3A

Color information

#942E3A (or 0x942E3A) is unknown color: approx Bright Red. HEX triplet: 94, 2E and 3A. RGB value is (148,46,58). Sum of RGB (Red+Green+Blue) = 148+46+58=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #942E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E3A is #6BD1C5. Grayscale: #4D4D4D. Windows color (decimal): -7066054 or 3813012. OLE color: 3813012.

HSL color Cylindrical-coordinate representation of color #942E3A: hue angle of 352.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E3A is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1484658-
CMYK00.690.610.42
HSL352.94º52.58%38.04%-
HSV(B)352.94º68.92%58.04%-
XYZ13.958.564.92-
YUV77.87116.79178.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=58.73%
G=18.25%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148465800.690.610.42352.9452.5838.04
Hex942E3A0453D2A1613526
Octal2245672010575525416546
Binary1001010010111011101001000101111101101010101100001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E3A; }

 p { color: rgb(148,46,58); }

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

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

 a { background-color: rgb(148,46,58); }

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

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

 span { border-color: rgb(148,46,58); }

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