#93213B

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

Shades of Bright Red #93213B

Tints of Bright Red #93213B

Color information

#93213B (or 0x93213B) is unknown color: approx Bright Red. HEX triplet: 93, 21 and 3B. RGB value is (147,33,59). Sum of RGB (Red+Green+Blue) = 147+33+59=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #93213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93213B is #6CDEC4. Grayscale: #464646. Windows color (decimal): -7134917 or 3875219. OLE color: 3875219.

HSL color Cylindrical-coordinate representation of color #93213B: hue angle of 346.32º 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 #93213B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1473359-
CMYK00.780.600.42
HSL346.32º63.33%35.29%-
HSV(B)346.32º77.55%57.65%-
XYZ13.377.614.9-
YUV70.05121.77182.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.51%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=61.51%
G=13.81%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147335900.780.600.42346.3263.3335.29
Hex93213B04E3C2A15a3f23
Octal2234173011674525327743
Binary1001001110000111101101001110111100101010101011010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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