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