Shades of Bright Red #93142D
Tints of Bright Red #93142D
RGB
CMYK
RGB Variations
Color information
#93142D (or 0x93142D) is known color: Bright Red. HEX triplet: 93, 14 and 2D. RGB value is (147,20,45). Sum of RGB (Red+Green+Blue) = 147+20+45=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93142D is #6CEBD2. Grayscale: #3C3C3C. Windows color (decimal): -7138259 or 2954387. OLE color: 2954387.
HSL color Cylindrical-coordinate representation of color #93142D: hue angle of 348.19º 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 #93142D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 45 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.42 |
| HSL | 348.19º | 0.76% | 0.33% | - |
| HSV(B) | 348.19º | 0.86% | 0.58% | - |
| XYZ | 12.76 | 6.89 | 3.14 | - |
| YUV | 60.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 45 | 0 | 0.86 | 0.69 | 0.42 | 348.19 | 0.76 | 0.33 |
| Hex | 93 | 14 | 2D | 0 | 56 | 45 | 2A | 15C | 4C | 21 |
| Octal | 223 | 24 | 55 | 0 | 126 | 105 | 52 | 534 | 114 | 41 |
| Binary | 10010011 | 10100 | 101101 | 0 | 1010110 | 1000101 | 101010 | 101011100 | 1001100 | 100001 |
Color Harmonies of #93142D
Complementary color
Monochromatic Colors of #93142D
Black with #93142D
Text Example
Text Example
White with #93142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93142D; }
p { color: rgb(147,20,45); }
H1.HeaderClassName
{
color: #93142D;
}
.AnyTagClassName
{
color: #93142D;
}
</style>
background-color css
<style>
a { background-color: #93142D; }
a { background-color: rgb(147,20,45); }
div.DivClassName
{
background-color: #93142D;
}
.BgClassName
{
background-color: #93142D;
}
</style>
border-color css
<style>
span { border-color: #93142D; }
span { border-color: rgb(147,20,45); }
td.TdClassName
{
border-color: #93142D;
}
.TagClassName
{
border-color: #93142D;
}
</style>