Shades of Bright Red #992135
Tints of Bright Red #992135
RGB
CMYK
RGB Variations
Color information
#992135 (or 0x992135) is known color: Bright Red. HEX triplet: 99, 21 and 35. RGB value is (153,33,53). Sum of RGB (Red+Green+Blue) = 153+33+53=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #992135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992135 is #66DECA. Grayscale: #474747. Windows color (decimal): -6741707 or 3482009. OLE color: 3482009.
HSL color Cylindrical-coordinate representation of color #992135: hue angle of 350º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992135 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 53 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.4 |
| HSL | 350º | 0.65% | 0.36% | - |
| HSV(B) | 350º | 0.78% | 0.6% | - |
| XYZ | 14.32 | 8.12 | 4.18 | - |
| YUV | 71.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 53 | 0 | 0.78 | 0.65 | 0.4 | 350 | 0.65 | 0.36 |
| Hex | 99 | 21 | 35 | 0 | 4E | 41 | 28 | 15E | 41 | 24 |
| Octal | 231 | 41 | 65 | 0 | 116 | 101 | 50 | 536 | 101 | 44 |
| Binary | 10011001 | 100001 | 110101 | 0 | 1001110 | 1000001 | 101000 | 101011110 | 1000001 | 100100 |
Color Harmonies of #992135
Complementary color
Monochromatic Colors of #992135
Black with #992135
Text Example
Text Example
White with #992135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992135; }
p { color: rgb(153,33,53); }
H1.HeaderClassName
{
color: #992135;
}
.AnyTagClassName
{
color: #992135;
}
</style>
background-color css
<style>
a { background-color: #992135; }
a { background-color: rgb(153,33,53); }
div.DivClassName
{
background-color: #992135;
}
.BgClassName
{
background-color: #992135;
}
</style>
border-color css
<style>
span { border-color: #992135; }
span { border-color: rgb(153,33,53); }
td.TdClassName
{
border-color: #992135;
}
.TagClassName
{
border-color: #992135;
}
</style>