Shades of Bright Red #99133D
Tints of Bright Red #99133D
RGB
CMYK
RGB Variations
Color information
#99133D (or 0x99133D) is known color: Bright Red. HEX triplet: 99, 13 and 3D. RGB value is (153,19,61). Sum of RGB (Red+Green+Blue) = 153+19+61=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #99133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99133D is #66ECC2. Grayscale: #3F3F3F. Windows color (decimal): -6745283 or 4002713. OLE color: 4002713.
HSL color Cylindrical-coordinate representation of color #99133D: hue angle of 341.19º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99133D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 61 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.4 |
| HSL | 341.19º | 0.78% | 0.34% | - |
| HSV(B) | 341.19º | 0.88% | 0.6% | - |
| XYZ | 14.21 | 7.57 | 5.13 | - |
| YUV | 63.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 61 | 0 | 0.88 | 0.60 | 0.4 | 341.19 | 0.78 | 0.34 |
| Hex | 99 | 13 | 3D | 0 | 58 | 3C | 28 | 155 | 4E | 22 |
| Octal | 231 | 23 | 75 | 0 | 130 | 74 | 50 | 525 | 116 | 42 |
| Binary | 10011001 | 10011 | 111101 | 0 | 1011000 | 111100 | 101000 | 101010101 | 1001110 | 100010 |
Color Harmonies of #99133D
Complementary color
Monochromatic Colors of #99133D
Black with #99133D
Text Example
Text Example
White with #99133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99133D; }
p { color: rgb(153,19,61); }
H1.HeaderClassName
{
color: #99133D;
}
.AnyTagClassName
{
color: #99133D;
}
</style>
background-color css
<style>
a { background-color: #99133D; }
a { background-color: rgb(153,19,61); }
div.DivClassName
{
background-color: #99133D;
}
.BgClassName
{
background-color: #99133D;
}
</style>
border-color css
<style>
span { border-color: #99133D; }
span { border-color: rgb(153,19,61); }
td.TdClassName
{
border-color: #99133D;
}
.TagClassName
{
border-color: #99133D;
}
</style>