Shades of Bright Red #93132F
Tints of Bright Red #93132F
RGB
CMYK
RGB Variations
Color information
#93132F (or 0x93132F) is known color: Bright Red. HEX triplet: 93, 13 and 2F. RGB value is (147,19,47). Sum of RGB (Red+Green+Blue) = 147+19+47=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93132F is #6CECD0. Grayscale: #3C3C3C. Windows color (decimal): -7138513 or 3085203. OLE color: 3085203.
HSL color Cylindrical-coordinate representation of color #93132F: hue angle of 346.88º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93132F is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 47 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.42 |
| HSL | 346.88º | 0.77% | 0.33% | - |
| HSV(B) | 346.88º | 0.87% | 0.58% | - |
| XYZ | 12.78 | 6.87 | 3.34 | - |
| YUV | 60.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 47 | 0 | 0.87 | 0.68 | 0.42 | 346.88 | 0.77 | 0.33 |
| Hex | 93 | 13 | 2F | 0 | 57 | 44 | 2A | 15B | 4D | 21 |
| Octal | 223 | 23 | 57 | 0 | 127 | 104 | 52 | 533 | 115 | 41 |
| Binary | 10010011 | 10011 | 101111 | 0 | 1010111 | 1000100 | 101010 | 101011011 | 1001101 | 100001 |
Color Harmonies of #93132F
Complementary color
Monochromatic Colors of #93132F
Black with #93132F
Text Example
Text Example
White with #93132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93132F; }
p { color: rgb(147,19,47); }
H1.HeaderClassName
{
color: #93132F;
}
.AnyTagClassName
{
color: #93132F;
}
</style>
background-color css
<style>
a { background-color: #93132F; }
a { background-color: rgb(147,19,47); }
div.DivClassName
{
background-color: #93132F;
}
.BgClassName
{
background-color: #93132F;
}
</style>
border-color css
<style>
span { border-color: #93132F; }
span { border-color: rgb(147,19,47); }
td.TdClassName
{
border-color: #93132F;
}
.TagClassName
{
border-color: #93132F;
}
</style>