#93283B

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

Shades of Bright Red #93283B

Tints of Bright Red #93283B

Color information

#93283B (or 0x93283B) is unknown color: approx Bright Red. HEX triplet: 93, 28 and 3B. RGB value is (147,40,59). Sum of RGB (Red+Green+Blue) = 147+40+59=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93283B is #6CD7C4. Grayscale: #4A4A4A. Windows color (decimal): -7133125 or 3877011. OLE color: 3877011.

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

Color convert

RGB1474059-
CMYK00.730.600.42
HSL349.35º57.22%36.67%-
HSV(B)349.35º72.79%57.65%-
XYZ13.588.044.97-
YUV74.16119.45179.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.76%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=59.76%
G=16.26%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147405900.730.600.42349.3557.2236.67
Hex93283B0493C2A15d3925
Octal2235073011174525357145
Binary1001001110100011101101001001111100101010101011101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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