#93273F

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

Shades of Bright Red #93273F

Tints of Bright Red #93273F

Color information

#93273F (or 0x93273F) is unknown color: approx Bright Red. HEX triplet: 93, 27 and 3F. RGB value is (147,39,63). Sum of RGB (Red+Green+Blue) = 147+39+63=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #93273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93273F is #6CD8C0. Grayscale: #4A4A4A. Windows color (decimal): -7133377 or 4138899. OLE color: 4138899.

HSL color Cylindrical-coordinate representation of color #93273F: hue angle of 346.67º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93273F is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1473963-
CMYK00.730.570.42
HSL346.67º58.06%36.47%-
HSV(B)346.67º73.47%57.65%-
XYZ13.668.015.53-
YUV74.03121.78180.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 63 (25% from 255) = 25.30%
R=59.04%
G=15.66%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147396300.730.570.42346.6758.0636.47
Hex93273F049392A15b3a24
Octal2234777011171525337244
Binary1001001110011111111101001001111001101010101011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,39,63); }

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

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

 a { background-color: rgb(147,39,63); }

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

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

 span { border-color: rgb(147,39,63); }

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