#93293B

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

Shades of Bright Red #93293B

Tints of Bright Red #93293B

Color information

#93293B (or 0x93293B) is unknown color: approx Bright Red. HEX triplet: 93, 29 and 3B. RGB value is (147,41,59). Sum of RGB (Red+Green+Blue) = 147+41+59=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93293B is #6CD6C4. Grayscale: #4A4A4A. Windows color (decimal): -7132869 or 3877267. OLE color: 3877267.

HSL color Cylindrical-coordinate representation of color #93293B: hue angle of 349.81º degrees, saturation: 0.56, 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 #93293B is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1474159-
CMYK00.720.600.42
HSL349.81º56.38%36.86%-
HSV(B)349.81º72.11%57.65%-
XYZ13.618.14.98-
YUV74.75119.12179.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.51%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=59.51%
G=16.60%
B=23.89%

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
Decimal147415900.720.600.42349.8156.3836.86
Hex93293B0483C2A15e3825
Octal2235173011074525367045
Binary1001001110100111101101001000111100101010101011110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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