#942E3B

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

Shades of Bright Red #942E3B

Tints of Bright Red #942E3B

Color information

#942E3B (or 0x942E3B) is unknown color: approx Bright Red. HEX triplet: 94, 2E and 3B. RGB value is (148,46,59). Sum of RGB (Red+Green+Blue) = 148+46+59=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #942E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E3B is #6BD1C4. Grayscale: #4E4E4E. Windows color (decimal): -7066053 or 3878548. OLE color: 3878548.

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

Color convert

RGB1484659-
CMYK00.690.600.42
HSL352.35º52.58%38.04%-
HSV(B)352.35º68.92%58.04%-
XYZ13.988.575.05-
YUV77.98117.29177.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.50%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=58.50%
G=18.18%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148465900.690.600.42352.3552.5838.04
Hex942E3B0453C2A1603526
Octal2245673010574525406546
Binary1001010010111011101101000101111100101010101100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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