#93172F

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

Shades of Bright Red #93172F

Tints of Bright Red #93172F

Color information

#93172F (or 0x93172F) is unknown color: approx Bright Red. HEX triplet: 93, 17 and 2F. RGB value is (147,23,47). Sum of RGB (Red+Green+Blue) = 147+23+47=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #93172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93172F is #6CE8D0. Grayscale: #3E3E3E. Windows color (decimal): -7137489 or 3086227. OLE color: 3086227.

HSL color Cylindrical-coordinate representation of color #93172F: hue angle of 348.39º 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 #93172F is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1472347-
CMYK00.840.680.42
HSL348.39º72.94%33.33%-
HSV(B)348.39º84.35%57.65%-
XYZ12.857.023.37-
YUV62.81119.08188.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 67.74%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=67.74%
G=10.60%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147234700.840.680.42348.3972.9433.33
Hex93172F054442A15c4921
Octal223275701241045253411141
Binary10010011101111011110101010010001001010101010111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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