Shades of Bright Red #931330
Tints of Bright Red #931330
RGB
CMYK
RGB Variations
Color information
#931330 (or 0x931330) is known color: Bright Red. HEX triplet: 93, 13 and 30. RGB value is (147,19,48). Sum of RGB (Red+Green+Blue) = 147+19+48=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #931330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931330 is #6CECCF. Grayscale: #3C3C3C. Windows color (decimal): -7138512 or 3150739. OLE color: 3150739.
HSL color Cylindrical-coordinate representation of color #931330: hue angle of 346.41º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931330 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 48 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.42 |
| HSL | 346.41º | 0.77% | 0.33% | - |
| HSV(B) | 346.41º | 0.87% | 0.58% | - |
| XYZ | 12.8 | 6.88 | 3.45 | - |
| YUV | 60.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 48 | 0 | 0.87 | 0.67 | 0.42 | 346.41 | 0.77 | 0.33 |
| Hex | 93 | 13 | 30 | 0 | 57 | 43 | 2A | 15A | 4D | 21 |
| Octal | 223 | 23 | 60 | 0 | 127 | 103 | 52 | 532 | 115 | 41 |
| Binary | 10010011 | 10011 | 110000 | 0 | 1010111 | 1000011 | 101010 | 101011010 | 1001101 | 100001 |
Color Harmonies of #931330
Complementary color
Monochromatic Colors of #931330
Black with #931330
Text Example
Text Example
White with #931330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931330; }
p { color: rgb(147,19,48); }
H1.HeaderClassName
{
color: #931330;
}
.AnyTagClassName
{
color: #931330;
}
</style>
background-color css
<style>
a { background-color: #931330; }
a { background-color: rgb(147,19,48); }
div.DivClassName
{
background-color: #931330;
}
.BgClassName
{
background-color: #931330;
}
</style>
border-color css
<style>
span { border-color: #931330; }
span { border-color: rgb(147,19,48); }
td.TdClassName
{
border-color: #931330;
}
.TagClassName
{
border-color: #931330;
}
</style>