Shades of Bright Red #93152D
Tints of Bright Red #93152D
RGB
CMYK
RGB Variations
Color information
#93152D (or 0x93152D) is known color: Bright Red. HEX triplet: 93, 15 and 2D. RGB value is (147,21,45). Sum of RGB (Red+Green+Blue) = 147+21+45=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93152D is #6CEAD2. Grayscale: #3D3D3D. Windows color (decimal): -7138003 or 2954643. OLE color: 2954643.
HSL color Cylindrical-coordinate representation of color #93152D: hue angle of 348.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93152D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 45 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.42 |
| HSL | 348.57º | 0.75% | 0.33% | - |
| HSV(B) | 348.57º | 0.86% | 0.58% | - |
| XYZ | 12.77 | 6.93 | 3.15 | - |
| YUV | 61.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 45 | 0 | 0.86 | 0.69 | 0.42 | 348.57 | 0.75 | 0.33 |
| Hex | 93 | 15 | 2D | 0 | 56 | 45 | 2A | 15D | 4B | 21 |
| Octal | 223 | 25 | 55 | 0 | 126 | 105 | 52 | 535 | 113 | 41 |
| Binary | 10010011 | 10101 | 101101 | 0 | 1010110 | 1000101 | 101010 | 101011101 | 1001011 | 100001 |
Color Harmonies of #93152D
Complementary color
Monochromatic Colors of #93152D
Black with #93152D
Text Example
Text Example
White with #93152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93152D; }
p { color: rgb(147,21,45); }
H1.HeaderClassName
{
color: #93152D;
}
.AnyTagClassName
{
color: #93152D;
}
</style>
background-color css
<style>
a { background-color: #93152D; }
a { background-color: rgb(147,21,45); }
div.DivClassName
{
background-color: #93152D;
}
.BgClassName
{
background-color: #93152D;
}
</style>
border-color css
<style>
span { border-color: #93152D; }
span { border-color: rgb(147,21,45); }
td.TdClassName
{
border-color: #93152D;
}
.TagClassName
{
border-color: #93152D;
}
</style>