#941E38

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

Shades of Bright Red #941E38

Tints of Bright Red #941E38

Color information

#941E38 (or 0x941E38) is unknown color: approx Bright Red. HEX triplet: 94, 1E and 38. RGB value is (148,30,56). Sum of RGB (Red+Green+Blue) = 148+30+56=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #941E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941E38 is #6BE1C7. Grayscale: #444444. Windows color (decimal): -7070152 or 3677844. OLE color: 3677844.

HSL color Cylindrical-coordinate representation of color #941E38: hue angle of 346.78º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941E38 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1483056-
CMYK00.800.620.42
HSL346.78º66.29%34.9%-
HSV(B)346.78º79.73%58.04%-
XYZ13.397.514.49-
YUV68.25121.09184.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=63.25%
G=12.82%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148305600.800.620.42346.7866.2934.9
Hex941E380503E2A15b4223
Octal22436700120765253310243
Binary1001010011110111000010100001111101010101010110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941E38; }

 p { color: rgb(148,30,56); }

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

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

 a { background-color: rgb(148,30,56); }

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

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

 span { border-color: rgb(148,30,56); }

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