Shades of Bright Red #93232C
Tints of Bright Red #93232C
RGB
CMYK
RGB Variations
Color information
#93232C (or 0x93232C) is known color: Bright Red. HEX triplet: 93, 23 and 2C. RGB value is (147,35,44). Sum of RGB (Red+Green+Blue) = 147+35+44=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93232C is #6CDCD3. Grayscale: #454545. Windows color (decimal): -7134420 or 2892691. OLE color: 2892691.
HSL color Cylindrical-coordinate representation of color #93232C: hue angle of 355.18º 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 #93232C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 44 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.42 |
| HSL | 355.18º | 0.62% | 0.36% | - |
| HSV(B) | 355.18º | 0.76% | 0.58% | - |
| XYZ | 13.09 | 7.59 | 3.16 | - |
| YUV | 69.51 | 113.61 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 44 | 0 | 0.76 | 0.70 | 0.42 | 355.18 | 0.62 | 0.36 |
| Hex | 93 | 23 | 2C | 0 | 4C | 46 | 2A | 163 | 3E | 24 |
| Octal | 223 | 43 | 54 | 0 | 114 | 106 | 52 | 543 | 76 | 44 |
| Binary | 10010011 | 100011 | 101100 | 0 | 1001100 | 1000110 | 101010 | 101100011 | 111110 | 100100 |
Color Harmonies of #93232C
Complementary color
Monochromatic Colors of #93232C
Black with #93232C
Text Example
Text Example
White with #93232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93232C; }
p { color: rgb(147,35,44); }
H1.HeaderClassName
{
color: #93232C;
}
.AnyTagClassName
{
color: #93232C;
}
</style>
background-color css
<style>
a { background-color: #93232C; }
a { background-color: rgb(147,35,44); }
div.DivClassName
{
background-color: #93232C;
}
.BgClassName
{
background-color: #93232C;
}
</style>
border-color css
<style>
span { border-color: #93232C; }
span { border-color: rgb(147,35,44); }
td.TdClassName
{
border-color: #93232C;
}
.TagClassName
{
border-color: #93232C;
}
</style>