Shades of Bright Red #93222D
Tints of Bright Red #93222D
RGB
CMYK
RGB Variations
Color information
#93222D (or 0x93222D) is known color: Bright Red. HEX triplet: 93, 22 and 2D. RGB value is (147,34,45). Sum of RGB (Red+Green+Blue) = 147+34+45=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #93222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93222D is #6CDDD2. Grayscale: #454545. Windows color (decimal): -7134675 or 2957971. OLE color: 2957971.
HSL color Cylindrical-coordinate representation of color #93222D: hue angle of 354.16º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93222D is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 45 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.42 |
| HSL | 354.16º | 0.62% | 0.35% | - |
| HSV(B) | 354.16º | 0.77% | 0.58% | - |
| XYZ | 13.08 | 7.54 | 3.25 | - |
| YUV | 69.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 45 | 0 | 0.77 | 0.69 | 0.42 | 354.16 | 0.62 | 0.35 |
| Hex | 93 | 22 | 2D | 0 | 4D | 45 | 2A | 162 | 3E | 23 |
| Octal | 223 | 42 | 55 | 0 | 115 | 105 | 52 | 542 | 76 | 43 |
| Binary | 10010011 | 100010 | 101101 | 0 | 1001101 | 1000101 | 101010 | 101100010 | 111110 | 100011 |
Color Harmonies of #93222D
Complementary color
Monochromatic Colors of #93222D
Black with #93222D
Text Example
Text Example
White with #93222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93222D; }
p { color: rgb(147,34,45); }
H1.HeaderClassName
{
color: #93222D;
}
.AnyTagClassName
{
color: #93222D;
}
</style>
background-color css
<style>
a { background-color: #93222D; }
a { background-color: rgb(147,34,45); }
div.DivClassName
{
background-color: #93222D;
}
.BgClassName
{
background-color: #93222D;
}
</style>
border-color css
<style>
span { border-color: #93222D; }
span { border-color: rgb(147,34,45); }
td.TdClassName
{
border-color: #93222D;
}
.TagClassName
{
border-color: #93222D;
}
</style>