Shades of Bright Red #99213D
Tints of Bright Red #99213D
RGB
CMYK
RGB Variations
Color information
#99213D (or 0x99213D) is known color: Bright Red. HEX triplet: 99, 21 and 3D. RGB value is (153,33,61). Sum of RGB (Red+Green+Blue) = 153+33+61=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99213D is #66DEC2. Grayscale: #484848. Windows color (decimal): -6741699 or 4006297. OLE color: 4006297.
HSL color Cylindrical-coordinate representation of color #99213D: hue angle of 346º 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 #99213D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 61 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.4 |
| HSL | 346º | 0.65% | 0.36% | - |
| HSV(B) | 346º | 0.78% | 0.6% | - |
| XYZ | 14.52 | 8.2 | 5.23 | - |
| YUV | 72.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 61 | 0 | 0.78 | 0.60 | 0.4 | 346 | 0.65 | 0.36 |
| Hex | 99 | 21 | 3D | 0 | 4E | 3C | 28 | 15A | 41 | 24 |
| Octal | 231 | 41 | 75 | 0 | 116 | 74 | 50 | 532 | 101 | 44 |
| Binary | 10011001 | 100001 | 111101 | 0 | 1001110 | 111100 | 101000 | 101011010 | 1000001 | 100100 |
Color Harmonies of #99213D
Complementary color
Monochromatic Colors of #99213D
Black with #99213D
Text Example
Text Example
White with #99213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99213D; }
p { color: rgb(153,33,61); }
H1.HeaderClassName
{
color: #99213D;
}
.AnyTagClassName
{
color: #99213D;
}
</style>
background-color css
<style>
a { background-color: #99213D; }
a { background-color: rgb(153,33,61); }
div.DivClassName
{
background-color: #99213D;
}
.BgClassName
{
background-color: #99213D;
}
</style>
border-color css
<style>
span { border-color: #99213D; }
span { border-color: rgb(153,33,61); }
td.TdClassName
{
border-color: #99213D;
}
.TagClassName
{
border-color: #99213D;
}
</style>