#93172E

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

Shades of Bright Red #93172E

Tints of Bright Red #93172E

Color information

#93172E (or 0x93172E) is unknown color: approx Bright Red. HEX triplet: 93, 17 and 2E. RGB value is (147,23,46). Sum of RGB (Red+Green+Blue) = 147+23+46=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #93172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93172E is #6CE8D1. Grayscale: #3E3E3E. Windows color (decimal): -7137490 or 3020691. OLE color: 3020691.

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

Color convert

RGB1472346-
CMYK00.840.690.42
HSL348.87º72.94%33.33%-
HSV(B)348.87º84.35%57.65%-
XYZ12.837.013.26-
YUV62.7118.58188.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.06%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=68.06%
G=10.65%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147234600.840.690.42348.8772.9433.33
Hex93172E054452A15d4921
Octal223275601241055253511141
Binary10010011101111011100101010010001011010101010111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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