Shades of Bright Red #99213F
Tints of Bright Red #99213F
RGB
CMYK
RGB Variations
Color information
#99213F (or 0x99213F) is known color: Bright Red. HEX triplet: 99, 21 and 3F. RGB value is (153,33,63). Sum of RGB (Red+Green+Blue) = 153+33+63=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99213F is #66DEC0. Grayscale: #484848. Windows color (decimal): -6741697 or 4137369. OLE color: 4137369.
HSL color Cylindrical-coordinate representation of color #99213F: hue angle of 345º 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 #99213F is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 63 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.4 |
| HSL | 345º | 0.65% | 0.36% | - |
| HSV(B) | 345º | 0.78% | 0.6% | - |
| XYZ | 14.58 | 8.22 | 5.52 | - |
| YUV | 72.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 63 | 0 | 0.78 | 0.59 | 0.4 | 345 | 0.65 | 0.36 |
| Hex | 99 | 21 | 3F | 0 | 4E | 3B | 28 | 159 | 41 | 24 |
| Octal | 231 | 41 | 77 | 0 | 116 | 73 | 50 | 531 | 101 | 44 |
| Binary | 10011001 | 100001 | 111111 | 0 | 1001110 | 111011 | 101000 | 101011001 | 1000001 | 100100 |
Color Harmonies of #99213F
Complementary color
Monochromatic Colors of #99213F
Black with #99213F
Text Example
Text Example
White with #99213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99213F; }
p { color: rgb(153,33,63); }
H1.HeaderClassName
{
color: #99213F;
}
.AnyTagClassName
{
color: #99213F;
}
</style>
background-color css
<style>
a { background-color: #99213F; }
a { background-color: rgb(153,33,63); }
div.DivClassName
{
background-color: #99213F;
}
.BgClassName
{
background-color: #99213F;
}
</style>
border-color css
<style>
span { border-color: #99213F; }
span { border-color: rgb(153,33,63); }
td.TdClassName
{
border-color: #99213F;
}
.TagClassName
{
border-color: #99213F;
}
</style>