#93213A

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

Shades of Bright Red #93213A

Tints of Bright Red #93213A

Color information

#93213A (or 0x93213A) is unknown color: approx Bright Red. HEX triplet: 93, 21 and 3A. RGB value is (147,33,58). Sum of RGB (Red+Green+Blue) = 147+33+58=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #93213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93213A is #6CDEC5. Grayscale: #454545. Windows color (decimal): -7134918 or 3809683. OLE color: 3809683.

HSL color Cylindrical-coordinate representation of color #93213A: hue angle of 346.84º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93213A is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1473358-
CMYK00.780.610.42
HSL346.84º63.33%35.29%-
HSV(B)346.84º77.55%57.65%-
XYZ13.347.64.77-
YUV69.94121.27182.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.76%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=61.76%
G=13.87%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147335800.780.610.42346.8463.3335.29
Hex93213A04E3D2A15b3f23
Octal2234172011675525337743
Binary1001001110000111101001001110111101101010101011011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93213A; }

 p { color: rgb(147,33,58); }

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

<style>
 a { background-color: #93213A; }

 a { background-color: rgb(147,33,58); }

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

<style>
 span { border-color: #93213A; }

 span { border-color: rgb(147,33,58); }

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