Shades of Bright Red #93223B
Tints of Bright Red #93223B
RGB
CMYK
RGB Variations
Color information
#93223B (or 0x93223B) is known color: Bright Red. HEX triplet: 93, 22 and 3B. RGB value is (147,34,59). Sum of RGB (Red+Green+Blue) = 147+34+59=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93223B is #6CDDC4. Grayscale: #464646. Windows color (decimal): -7134661 or 3875475. OLE color: 3875475.
HSL color Cylindrical-coordinate representation of color #93223B: hue angle of 346.73º 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 #93223B is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 59 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.42 |
| HSL | 346.73º | 0.62% | 0.35% | - |
| HSV(B) | 346.73º | 0.77% | 0.58% | - |
| XYZ | 13.39 | 7.66 | 4.91 | - |
| YUV | 70.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 59 | 0 | 0.77 | 0.60 | 0.42 | 346.73 | 0.62 | 0.35 |
| Hex | 93 | 22 | 3B | 0 | 4D | 3C | 2A | 15B | 3E | 23 |
| Octal | 223 | 42 | 73 | 0 | 115 | 74 | 52 | 533 | 76 | 43 |
| Binary | 10010011 | 100010 | 111011 | 0 | 1001101 | 111100 | 101010 | 101011011 | 111110 | 100011 |
Color Harmonies of #93223B
Complementary color
Monochromatic Colors of #93223B
Black with #93223B
Text Example
Text Example
White with #93223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93223B; }
p { color: rgb(147,34,59); }
H1.HeaderClassName
{
color: #93223B;
}
.AnyTagClassName
{
color: #93223B;
}
</style>
background-color css
<style>
a { background-color: #93223B; }
a { background-color: rgb(147,34,59); }
div.DivClassName
{
background-color: #93223B;
}
.BgClassName
{
background-color: #93223B;
}
</style>
border-color css
<style>
span { border-color: #93223B; }
span { border-color: rgb(147,34,59); }
td.TdClassName
{
border-color: #93223B;
}
.TagClassName
{
border-color: #93223B;
}
</style>