Shades of Bright Red #93232D
Tints of Bright Red #93232D
RGB
CMYK
RGB Variations
Color information
#93232D (or 0x93232D) is known color: Bright Red. HEX triplet: 93, 23 and 2D. RGB value is (147,35,45). Sum of RGB (Red+Green+Blue) = 147+35+45=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93232D is #6CDCD2. Grayscale: #454545. Windows color (decimal): -7134419 or 2958227. OLE color: 2958227.
HSL color Cylindrical-coordinate representation of color #93232D: hue angle of 354.64º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93232D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 45 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.42 |
| HSL | 354.64º | 0.62% | 0.36% | - |
| HSV(B) | 354.64º | 0.76% | 0.58% | - |
| XYZ | 13.11 | 7.59 | 3.26 | - |
| YUV | 69.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 45 | 0 | 0.76 | 0.69 | 0.42 | 354.64 | 0.62 | 0.36 |
| Hex | 93 | 23 | 2D | 0 | 4C | 45 | 2A | 163 | 3E | 24 |
| Octal | 223 | 43 | 55 | 0 | 114 | 105 | 52 | 543 | 76 | 44 |
| Binary | 10010011 | 100011 | 101101 | 0 | 1001100 | 1000101 | 101010 | 101100011 | 111110 | 100100 |
Color Harmonies of #93232D
Complementary color
Monochromatic Colors of #93232D
Black with #93232D
Text Example
Text Example
White with #93232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93232D; }
p { color: rgb(147,35,45); }
H1.HeaderClassName
{
color: #93232D;
}
.AnyTagClassName
{
color: #93232D;
}
</style>
background-color css
<style>
a { background-color: #93232D; }
a { background-color: rgb(147,35,45); }
div.DivClassName
{
background-color: #93232D;
}
.BgClassName
{
background-color: #93232D;
}
</style>
border-color css
<style>
span { border-color: #93232D; }
span { border-color: rgb(147,35,45); }
td.TdClassName
{
border-color: #93232D;
}
.TagClassName
{
border-color: #93232D;
}
</style>