Shades of Bright Red #93202E
Tints of Bright Red #93202E
RGB
CMYK
RGB Variations
Color information
#93202E (or 0x93202E) is known color: Bright Red. HEX triplet: 93, 20 and 2E. RGB value is (147,32,46). Sum of RGB (Red+Green+Blue) = 147+32+46=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93202E is #6CDFD1. Grayscale: #444444. Windows color (decimal): -7135186 or 3022995. OLE color: 3022995.
HSL color Cylindrical-coordinate representation of color #93202E: hue angle of 352.7º 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 #93202E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 46 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.42 |
| HSL | 352.7º | 0.64% | 0.35% | - |
| HSV(B) | 352.7º | 0.78% | 0.58% | - |
| XYZ | 13.04 | 7.43 | 3.33 | - |
| YUV | 67.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 46 | 0 | 0.78 | 0.69 | 0.42 | 352.7 | 0.64 | 0.35 |
| Hex | 93 | 20 | 2E | 0 | 4E | 45 | 2A | 161 | 40 | 23 |
| Octal | 223 | 40 | 56 | 0 | 116 | 105 | 52 | 541 | 100 | 43 |
| Binary | 10010011 | 100000 | 101110 | 0 | 1001110 | 1000101 | 101010 | 101100001 | 1000000 | 100011 |
Color Harmonies of #93202E
Complementary color
Monochromatic Colors of #93202E
Black with #93202E
Text Example
Text Example
White with #93202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93202E; }
p { color: rgb(147,32,46); }
H1.HeaderClassName
{
color: #93202E;
}
.AnyTagClassName
{
color: #93202E;
}
</style>
background-color css
<style>
a { background-color: #93202E; }
a { background-color: rgb(147,32,46); }
div.DivClassName
{
background-color: #93202E;
}
.BgClassName
{
background-color: #93202E;
}
</style>
border-color css
<style>
span { border-color: #93202E; }
span { border-color: rgb(147,32,46); }
td.TdClassName
{
border-color: #93202E;
}
.TagClassName
{
border-color: #93202E;
}
</style>