#941C1E

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

Shades of Bright Red #941C1E

Tints of Bright Red #941C1E

Color information

#941C1E (or 0x941C1E) is unknown color: approx Bright Red. HEX triplet: 94, 1C and 1E. RGB value is (148,28,30). Sum of RGB (Red+Green+Blue) = 148+28+30=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #941C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941C1E is #6BE3E1. Grayscale: #404040. Windows color (decimal): -7070690 or 1973396. OLE color: 1973396.

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

Color convert

RGB1482830-
CMYK00.810.800.42
HSL359º68.18%34.51%-
HSV(B)359º81.08%58.04%-
XYZ12.867.221.94-
YUV64.11108.76187.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.84%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=71.84%
G=13.59%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148283000.810.800.4235968.1834.51
Hex941C1E051502A1674423
Octal224343601211205254710443
Binary1001010011100111100101000110100001010101011001111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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