#942840

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

Shades of Bright Red #942840

Tints of Bright Red #942840

Color information

#942840 (or 0x942840) is unknown color: approx Bright Red. HEX triplet: 94, 28 and 40. RGB value is (148,40,64). Sum of RGB (Red+Green+Blue) = 148+40+64=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #942840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942840 is #6BD7BF. Grayscale: #4B4B4B. Windows color (decimal): -7067584 or 4204692. OLE color: 4204692.

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

Color convert

RGB1484064-
CMYK00.730.570.42
HSL346.67º57.45%36.86%-
HSV(B)346.67º72.97%58.04%-
XYZ13.98.185.7-
YUV75.03121.78180.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=58.73%
G=15.87%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148406400.730.570.42346.6757.4536.86
Hex942840049392A15b3925
Octal22450100011171525337145
Binary10010100101000100000001001001111001101010101011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942840; }

 p { color: rgb(148,40,64); }

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

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

 a { background-color: rgb(148,40,64); }

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

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

 span { border-color: rgb(148,40,64); }

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