Shades of Bright Red #992530
Tints of Bright Red #992530
RGB
CMYK
RGB Variations
Color information
#992530 (or 0x992530) is known color: Bright Red. HEX triplet: 99, 25 and 30. RGB value is (153,37,48). Sum of RGB (Red+Green+Blue) = 153+37+48=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #992530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992530 is #66DACF. Grayscale: #494949. Windows color (decimal): -6740688 or 3155353. OLE color: 3155353.
HSL color Cylindrical-coordinate representation of color #992530: hue angle of 354.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992530 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 48 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.4 |
| HSL | 354.31º | 0.61% | 0.37% | - |
| HSV(B) | 354.31º | 0.76% | 0.6% | - |
| XYZ | 14.33 | 8.31 | 3.64 | - |
| YUV | 72.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 48 | 0 | 0.76 | 0.69 | 0.4 | 354.31 | 0.61 | 0.37 |
| Hex | 99 | 25 | 30 | 0 | 4C | 45 | 28 | 162 | 3D | 25 |
| Octal | 231 | 45 | 60 | 0 | 114 | 105 | 50 | 542 | 75 | 45 |
| Binary | 10011001 | 100101 | 110000 | 0 | 1001100 | 1000101 | 101000 | 101100010 | 111101 | 100101 |
Color Harmonies of #992530
Complementary color
Monochromatic Colors of #992530
Black with #992530
Text Example
Text Example
White with #992530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992530; }
p { color: rgb(153,37,48); }
H1.HeaderClassName
{
color: #992530;
}
.AnyTagClassName
{
color: #992530;
}
</style>
background-color css
<style>
a { background-color: #992530; }
a { background-color: rgb(153,37,48); }
div.DivClassName
{
background-color: #992530;
}
.BgClassName
{
background-color: #992530;
}
</style>
border-color css
<style>
span { border-color: #992530; }
span { border-color: rgb(153,37,48); }
td.TdClassName
{
border-color: #992530;
}
.TagClassName
{
border-color: #992530;
}
</style>