#93142E

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

Shades of Bright Red #93142E

Tints of Bright Red #93142E

Color information

#93142E (or 0x93142E) is unknown color: approx Bright Red. HEX triplet: 93, 14 and 2E. RGB value is (147,20,46). Sum of RGB (Red+Green+Blue) = 147+20+46=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93142E is #6CEBD1. Grayscale: #3C3C3C. Windows color (decimal): -7138258 or 3019923. OLE color: 3019923.

HSL color Cylindrical-coordinate representation of color #93142E: hue angle of 347.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93142E is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1472046-
CMYK00.860.690.42
HSL347.72º76.05%32.75%-
HSV(B)347.72º86.39%57.65%-
XYZ12.786.93.24-
YUV60.94119.58189.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=69.01%
G=9.39%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147204600.860.690.42347.7276.0532.75
Hex93142E056452A15c4c21
Octal223245601261055253411441
Binary10010011101001011100101011010001011010101010111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93142E; }

 p { color: rgb(147,20,46); }

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

<style>
 a { background-color: #93142E; }

 a { background-color: rgb(147,20,46); }

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

<style>
 span { border-color: #93142E; }

 span { border-color: rgb(147,20,46); }

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