#942E3C

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

Shades of Bright Red #942E3C

Tints of Bright Red #942E3C

Color information

#942E3C (or 0x942E3C) is unknown color: approx Bright Red. HEX triplet: 94, 2E and 3C. RGB value is (148,46,60). Sum of RGB (Red+Green+Blue) = 148+46+60=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #942E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E3C is #6BD1C3. Grayscale: #4E4E4E. Windows color (decimal): -7066052 or 3944084. OLE color: 3944084.

HSL color Cylindrical-coordinate representation of color #942E3C: hue angle of 351.76º 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 #942E3C is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1484660-
CMYK00.690.590.42
HSL351.76º52.58%38.04%-
HSV(B)351.76º68.92%58.04%-
XYZ14.018.585.19-
YUV78.09117.79177.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.27%
GREEN value IS 46 (18.36% from 255) = 18.11%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=58.27%
G=18.11%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148466000.690.590.42351.7652.5838.04
Hex942E3C0453B2A1603526
Octal2245674010573525406546
Binary1001010010111011110001000101111011101010101100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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