Shades of Bright Red #93212C
Tints of Bright Red #93212C
RGB
CMYK
RGB Variations
Color information
#93212C (or 0x93212C) is known color: Bright Red. HEX triplet: 93, 21 and 2C. RGB value is (147,33,44). Sum of RGB (Red+Green+Blue) = 147+33+44=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93212C is #6CDED3. Grayscale: #444444. Windows color (decimal): -7134932 or 2892179. OLE color: 2892179.
HSL color Cylindrical-coordinate representation of color #93212C: hue angle of 354.21º degrees, saturation: 0.63, 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 #93212C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 44 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.42 |
| HSL | 354.21º | 0.63% | 0.35% | - |
| HSV(B) | 354.21º | 0.78% | 0.58% | - |
| XYZ | 13.03 | 7.47 | 3.14 | - |
| YUV | 68.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 44 | 0 | 0.78 | 0.70 | 0.42 | 354.21 | 0.63 | 0.35 |
| Hex | 93 | 21 | 2C | 0 | 4E | 46 | 2A | 162 | 3F | 23 |
| Octal | 223 | 41 | 54 | 0 | 116 | 106 | 52 | 542 | 77 | 43 |
| Binary | 10010011 | 100001 | 101100 | 0 | 1001110 | 1000110 | 101010 | 101100010 | 111111 | 100011 |
Color Harmonies of #93212C
Complementary color
Monochromatic Colors of #93212C
Black with #93212C
Text Example
Text Example
White with #93212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93212C; }
p { color: rgb(147,33,44); }
H1.HeaderClassName
{
color: #93212C;
}
.AnyTagClassName
{
color: #93212C;
}
</style>
background-color css
<style>
a { background-color: #93212C; }
a { background-color: rgb(147,33,44); }
div.DivClassName
{
background-color: #93212C;
}
.BgClassName
{
background-color: #93212C;
}
</style>
border-color css
<style>
span { border-color: #93212C; }
span { border-color: rgb(147,33,44); }
td.TdClassName
{
border-color: #93212C;
}
.TagClassName
{
border-color: #93212C;
}
</style>