#941D31

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

Shades of Bright Red #941D31

Tints of Bright Red #941D31

Color information

#941D31 (or 0x941D31) is unknown color: approx Bright Red. HEX triplet: 94, 1D and 31. RGB value is (148,29,49). Sum of RGB (Red+Green+Blue) = 148+29+49=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #941D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941D31 is #6BE2CE. Grayscale: #424242. Windows color (decimal): -7070415 or 3218836. OLE color: 3218836.

HSL color Cylindrical-coordinate representation of color #941D31: hue angle of 349.92º degrees, saturation: 0.67, 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 #941D31 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1482949-
CMYK00.800.670.42
HSL349.92º67.23%34.71%-
HSV(B)349.92º80.41%58.04%-
XYZ13.217.43.64-
YUV66.86117.92185.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.49%
GREEN value IS 29 (11.72% from 255) = 12.83%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=65.49%
G=12.83%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148294900.800.670.42349.9267.2334.71
Hex941D31050432A15e4323
Octal224356101201035253610343
Binary10010100111011100010101000010000111010101010111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,29,49); }

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

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

 a { background-color: rgb(148,29,49); }

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

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

 span { border-color: rgb(148,29,49); }

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