#942A39

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

Shades of Bright Red #942A39

Tints of Bright Red #942A39

Color information

#942A39 (or 0x942A39) is unknown color: approx Bright Red. HEX triplet: 94, 2A and 39. RGB value is (148,42,57). Sum of RGB (Red+Green+Blue) = 148+42+57=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #942A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A39 is #6BD5C6. Grayscale: #4B4B4B. Windows color (decimal): -7067079 or 3746452. OLE color: 3746452.

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

Color convert

RGB1484257-
CMYK00.720.610.42
HSL351.51º55.79%37.25%-
HSV(B)351.51º71.62%58.04%-
XYZ13.788.254.74-
YUV75.4117.62179.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=59.92%
G=17.00%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148425700.720.610.42351.5155.7937.25
Hex942A390483D2A1603825
Octal2245271011075525407045
Binary1001010010101011100101001000111101101010101100000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,42,57); }

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

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

 a { background-color: rgb(148,42,57); }

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

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

 span { border-color: rgb(148,42,57); }

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