#93273E

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

Shades of Bright Red #93273E

Tints of Bright Red #93273E

Color information

#93273E (or 0x93273E) is unknown color: approx Bright Red. HEX triplet: 93, 27 and 3E. RGB value is (147,39,62). Sum of RGB (Red+Green+Blue) = 147+39+62=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #93273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93273E is #6CD8C1. Grayscale: #494949. Windows color (decimal): -7133378 or 4073363. OLE color: 4073363.

HSL color Cylindrical-coordinate representation of color #93273E: hue angle of 347.22º 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 #93273E is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1473962-
CMYK00.730.580.42
HSL347.22º58.06%36.47%-
HSV(B)347.22º73.47%57.65%-
XYZ13.6385.38-
YUV73.91121.28180.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.27%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 62 (24.61% from 255) = 25%
R=59.27%
G=15.73%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147396200.730.580.42347.2258.0636.47
Hex93273E0493A2A15b3a24
Octal2234776011172525337244
Binary1001001110011111111001001001111010101010101011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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