#941E2C

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

Shades of Bright Red #941E2C

Tints of Bright Red #941E2C

Color information

#941E2C (or 0x941E2C) is unknown color: approx Bright Red. HEX triplet: 94, 1E and 2C. RGB value is (148,30,44). Sum of RGB (Red+Green+Blue) = 148+30+44=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #941E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941E2C is #6BE1D3. Grayscale: #424242. Windows color (decimal): -7070164 or 2891412. OLE color: 2891412.

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

Color convert

RGB1483044-
CMYK00.800.700.42
HSL352.88º66.29%34.9%-
HSV(B)352.88º79.73%58.04%-
XYZ13.137.413.12-
YUV66.88115.09185.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=66.67%
G=13.51%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148304400.800.700.42352.8866.2934.9
Hex941E2C050462A1614223
Octal224365401201065254110243
Binary10010100111101011000101000010001101010101011000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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