Shades of Bright Red #93142C
Tints of Bright Red #93142C
RGB
CMYK
RGB Variations
Color information
#93142C (or 0x93142C) is known color: Bright Red. HEX triplet: 93, 14 and 2C. RGB value is (147,20,44). Sum of RGB (Red+Green+Blue) = 147+20+44=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #93142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93142C is #6CEBD3. Grayscale: #3C3C3C. Windows color (decimal): -7138260 or 2888851. OLE color: 2888851.
HSL color Cylindrical-coordinate representation of color #93142C: hue angle of 348.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93142C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 44 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.42 |
| HSL | 348.66º | 0.76% | 0.33% | - |
| HSV(B) | 348.66º | 0.86% | 0.58% | - |
| XYZ | 12.74 | 6.89 | 3.04 | - |
| YUV | 60.71 | 118.58 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 44 | 0 | 0.86 | 0.70 | 0.42 | 348.66 | 0.76 | 0.33 |
| Hex | 93 | 14 | 2C | 0 | 56 | 46 | 2A | 15D | 4C | 21 |
| Octal | 223 | 24 | 54 | 0 | 126 | 106 | 52 | 535 | 114 | 41 |
| Binary | 10010011 | 10100 | 101100 | 0 | 1010110 | 1000110 | 101010 | 101011101 | 1001100 | 100001 |
Color Harmonies of #93142C
Complementary color
Monochromatic Colors of #93142C
Black with #93142C
Text Example
Text Example
White with #93142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93142C; }
p { color: rgb(147,20,44); }
H1.HeaderClassName
{
color: #93142C;
}
.AnyTagClassName
{
color: #93142C;
}
</style>
background-color css
<style>
a { background-color: #93142C; }
a { background-color: rgb(147,20,44); }
div.DivClassName
{
background-color: #93142C;
}
.BgClassName
{
background-color: #93142C;
}
</style>
border-color css
<style>
span { border-color: #93142C; }
span { border-color: rgb(147,20,44); }
td.TdClassName
{
border-color: #93142C;
}
.TagClassName
{
border-color: #93142C;
}
</style>