#93223C

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

Shades of Bright Red #93223C

Tints of Bright Red #93223C

Color information

#93223C (or 0x93223C) is unknown color: approx Bright Red. HEX triplet: 93, 22 and 3C. RGB value is (147,34,60). Sum of RGB (Red+Green+Blue) = 147+34+60=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #93223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93223C is #6CDDC3. Grayscale: #464646. Windows color (decimal): -7134660 or 3941011. OLE color: 3941011.

HSL color Cylindrical-coordinate representation of color #93223C: hue angle of 346.19º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93223C is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1473460-
CMYK00.770.590.42
HSL346.19º62.43%35.49%-
HSV(B)346.19º76.87%57.65%-
XYZ13.427.675.05-
YUV70.75121.94182.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=61.00%
G=14.11%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147346000.770.590.42346.1962.4335.49
Hex93223C04D3B2A15a3e23
Octal2234274011573525327643
Binary1001001110001011110001001101111011101010101011010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93223C; }

 p { color: rgb(147,34,60); }

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

<style>
 a { background-color: #93223C; }

 a { background-color: rgb(147,34,60); }

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

<style>
 span { border-color: #93223C; }

 span { border-color: rgb(147,34,60); }

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