Shades of Bright Red #93152C
Tints of Bright Red #93152C
RGB
CMYK
RGB Variations
Color information
#93152C (or 0x93152C) is known color: Bright Red. HEX triplet: 93, 15 and 2C. RGB value is (147,21,44). Sum of RGB (Red+Green+Blue) = 147+21+44=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93152C is #6CEAD3. Grayscale: #3D3D3D. Windows color (decimal): -7138004 or 2889107. OLE color: 2889107.
HSL color Cylindrical-coordinate representation of color #93152C: hue angle of 349.05º 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 #93152C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 44 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.42 |
| HSL | 349.05º | 0.75% | 0.33% | - |
| HSV(B) | 349.05º | 0.86% | 0.58% | - |
| XYZ | 12.76 | 6.92 | 3.05 | - |
| YUV | 61.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 44 | 0 | 0.86 | 0.70 | 0.42 | 349.05 | 0.75 | 0.33 |
| Hex | 93 | 15 | 2C | 0 | 56 | 46 | 2A | 15D | 4B | 21 |
| Octal | 223 | 25 | 54 | 0 | 126 | 106 | 52 | 535 | 113 | 41 |
| Binary | 10010011 | 10101 | 101100 | 0 | 1010110 | 1000110 | 101010 | 101011101 | 1001011 | 100001 |
Color Harmonies of #93152C
Complementary color
Monochromatic Colors of #93152C
Black with #93152C
Text Example
Text Example
White with #93152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93152C; }
p { color: rgb(147,21,44); }
H1.HeaderClassName
{
color: #93152C;
}
.AnyTagClassName
{
color: #93152C;
}
</style>
background-color css
<style>
a { background-color: #93152C; }
a { background-color: rgb(147,21,44); }
div.DivClassName
{
background-color: #93152C;
}
.BgClassName
{
background-color: #93152C;
}
</style>
border-color css
<style>
span { border-color: #93152C; }
span { border-color: rgb(147,21,44); }
td.TdClassName
{
border-color: #93152C;
}
.TagClassName
{
border-color: #93152C;
}
</style>