Shades of Bright Red #93283F
Tints of Bright Red #93283F
RGB
CMYK
RGB Variations
Color information
#93283F (or 0x93283F) is known color: Bright Red. HEX triplet: 93, 28 and 3F. RGB value is (147,40,63). Sum of RGB (Red+Green+Blue) = 147+40+63=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #93283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93283F is #6CD7C0. Grayscale: #4A4A4A. Windows color (decimal): -7133121 or 4139155. OLE color: 4139155.
HSL color Cylindrical-coordinate representation of color #93283F: hue angle of 347.1º 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 #93283F is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 63 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.42 |
| HSL | 347.1º | 0.57% | 0.37% | - |
| HSV(B) | 347.1º | 0.73% | 0.58% | - |
| XYZ | 13.69 | 8.08 | 5.54 | - |
| YUV | 74.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 63 | 0 | 0.73 | 0.57 | 0.42 | 347.1 | 0.57 | 0.37 |
| Hex | 93 | 28 | 3F | 0 | 49 | 39 | 2A | 15B | 39 | 25 |
| Octal | 223 | 50 | 77 | 0 | 111 | 71 | 52 | 533 | 71 | 45 |
| Binary | 10010011 | 101000 | 111111 | 0 | 1001001 | 111001 | 101010 | 101011011 | 111001 | 100101 |
Color Harmonies of #93283F
Complementary color
Monochromatic Colors of #93283F
Black with #93283F
Text Example
Text Example
White with #93283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93283F; }
p { color: rgb(147,40,63); }
H1.HeaderClassName
{
color: #93283F;
}
.AnyTagClassName
{
color: #93283F;
}
</style>
background-color css
<style>
a { background-color: #93283F; }
a { background-color: rgb(147,40,63); }
div.DivClassName
{
background-color: #93283F;
}
.BgClassName
{
background-color: #93283F;
}
</style>
border-color css
<style>
span { border-color: #93283F; }
span { border-color: rgb(147,40,63); }
td.TdClassName
{
border-color: #93283F;
}
.TagClassName
{
border-color: #93283F;
}
</style>