#94293B

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

Shades of Bright Red #94293B

Tints of Bright Red #94293B

Color information

#94293B (or 0x94293B) is unknown color: approx Bright Red. HEX triplet: 94, 29 and 3B. RGB value is (148,41,59). Sum of RGB (Red+Green+Blue) = 148+41+59=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #94293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94293B is #6BD6C4. Grayscale: #4B4B4B. Windows color (decimal): -7067333 or 3877268. OLE color: 3877268.

HSL color Cylindrical-coordinate representation of color #94293B: hue angle of 349.91º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94293B is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1484159-
CMYK00.720.600.42
HSL349.91º56.61%37.06%-
HSV(B)349.91º72.3%58.04%-
XYZ13.88.24.99-
YUV75.04118.95180.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=59.68%
G=16.53%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148415900.720.600.42349.9156.6137.06
Hex94293B0483C2A15e3925
Octal2245173011074525367145
Binary1001010010100111101101001000111100101010101011110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94293B; }

 p { color: rgb(148,41,59); }

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

<style>
 a { background-color: #94293B; }

 a { background-color: rgb(148,41,59); }

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

<style>
 span { border-color: #94293B; }

 span { border-color: rgb(148,41,59); }

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