#941D1E

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

Shades of Bright Red #941D1E

Tints of Bright Red #941D1E

Color information

#941D1E (or 0x941D1E) is unknown color: approx Bright Red. HEX triplet: 94, 1D and 1E. RGB value is (148,29,30). Sum of RGB (Red+Green+Blue) = 148+29+30=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #941D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941D1E is #6BE2E1. Grayscale: #404040. Windows color (decimal): -7070434 or 1973652. OLE color: 1973652.

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

Color convert

RGB1482930-
CMYK00.800.800.42
HSL359.5º67.23%34.71%-
HSV(B)359.5º80.41%58.04%-
XYZ12.897.271.95-
YUV64.69108.42187.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 29 (11.72% from 255) = 14.01%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=71.50%
G=14.01%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148293000.800.800.42359.567.2334.71
Hex941D1E050502A1674323
Octal224353601201205254710343
Binary1001010011101111100101000010100001010101011001111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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