#941B1E

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

Shades of Bright Red #941B1E

Tints of Bright Red #941B1E

Color information

#941B1E (or 0x941B1E) is unknown color: approx Bright Red. HEX triplet: 94, 1B and 1E. RGB value is (148,27,30). Sum of RGB (Red+Green+Blue) = 148+27+30=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #941B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941B1E is #6BE4E1. Grayscale: #3F3F3F. Windows color (decimal): -7070946 or 1973140. OLE color: 1973140.

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

Color convert

RGB1482730-
CMYK00.820.800.42
HSL358.51º69.14%34.31%-
HSV(B)358.51º81.76%58.04%-
XYZ12.847.171.94-
YUV63.52109.09188.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 72.20%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=72.20%
G=13.17%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148273000.820.800.42358.5169.1434.31
Hex941B1E052502A1674522
Octal224333601221205254710542
Binary1001010011011111100101001010100001010101011001111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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