Shades of Bright Red #93202C
Tints of Bright Red #93202C
RGB
CMYK
RGB Variations
Color information
#93202C (or 0x93202C) is known color: Bright Red. HEX triplet: 93, 20 and 2C. RGB value is (147,32,44). Sum of RGB (Red+Green+Blue) = 147+32+44=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #93202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93202C is #6CDFD3. Grayscale: #434343. Windows color (decimal): -7135188 or 2891923. OLE color: 2891923.
HSL color Cylindrical-coordinate representation of color #93202C: hue angle of 353.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93202C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 44 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.42 |
| HSL | 353.74º | 0.64% | 0.35% | - |
| HSV(B) | 353.74º | 0.78% | 0.58% | - |
| XYZ | 13 | 7.42 | 3.13 | - |
| YUV | 67.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 44 | 0 | 0.78 | 0.70 | 0.42 | 353.74 | 0.64 | 0.35 |
| Hex | 93 | 20 | 2C | 0 | 4E | 46 | 2A | 162 | 40 | 23 |
| Octal | 223 | 40 | 54 | 0 | 116 | 106 | 52 | 542 | 100 | 43 |
| Binary | 10010011 | 100000 | 101100 | 0 | 1001110 | 1000110 | 101010 | 101100010 | 1000000 | 100011 |
Color Harmonies of #93202C
Complementary color
Monochromatic Colors of #93202C
Black with #93202C
Text Example
Text Example
White with #93202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93202C; }
p { color: rgb(147,32,44); }
H1.HeaderClassName
{
color: #93202C;
}
.AnyTagClassName
{
color: #93202C;
}
</style>
background-color css
<style>
a { background-color: #93202C; }
a { background-color: rgb(147,32,44); }
div.DivClassName
{
background-color: #93202C;
}
.BgClassName
{
background-color: #93202C;
}
</style>
border-color css
<style>
span { border-color: #93202C; }
span { border-color: rgb(147,32,44); }
td.TdClassName
{
border-color: #93202C;
}
.TagClassName
{
border-color: #93202C;
}
</style>