#941E2B

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

Shades of Bright Red #941E2B

Tints of Bright Red #941E2B

Color information

#941E2B (or 0x941E2B) is unknown color: approx Bright Red. HEX triplet: 94, 1E and 2B. RGB value is (148,30,43). Sum of RGB (Red+Green+Blue) = 148+30+43=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #941E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941E2B is #6BE1D4. Grayscale: #424242. Windows color (decimal): -7070165 or 2825876. OLE color: 2825876.

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

Color convert

RGB1483043-
CMYK00.800.710.42
HSL353.39º66.29%34.9%-
HSV(B)353.39º79.73%58.04%-
XYZ13.117.43.02-
YUV66.76114.59185.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.97%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=66.97%
G=13.57%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148304300.800.710.42353.3966.2934.9
Hex941E2B050472A1614223
Octal224365301201075254110243
Binary10010100111101010110101000010001111010101011000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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