Shades of Bright Red #990F34
Tints of Bright Red #990F34
RGB
CMYK
RGB Variations
Color information
#990F34 (or 0x990F34) is known color: Bright Red. HEX triplet: 99, 0F and 34. RGB value is (153,15,52). Sum of RGB (Red+Green+Blue) = 153+15+52=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #990F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F34 is #66F0CB. Grayscale: #3C3C3C. Windows color (decimal): -6746316 or 3411865. OLE color: 3411865.
HSL color Cylindrical-coordinate representation of color #990F34: hue angle of 343.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F34 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 52 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.4 |
| HSL | 343.91º | 0.82% | 0.33% | - |
| HSV(B) | 343.91º | 0.9% | 0.6% | - |
| XYZ | 13.93 | 7.36 | 3.94 | - |
| YUV | 60.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 52 | 0 | 0.90 | 0.66 | 0.4 | 343.91 | 0.82 | 0.33 |
| Hex | 99 | F | 34 | 0 | 5A | 42 | 28 | 158 | 52 | 21 |
| Octal | 231 | 17 | 64 | 0 | 132 | 102 | 50 | 530 | 122 | 41 |
| Binary | 10011001 | 1111 | 110100 | 0 | 1011010 | 1000010 | 101000 | 101011000 | 1010010 | 100001 |
Color Harmonies of #990F34
Complementary color
Monochromatic Colors of #990F34
Black with #990F34
Text Example
Text Example
White with #990F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F34; }
p { color: rgb(153,15,52); }
H1.HeaderClassName
{
color: #990F34;
}
.AnyTagClassName
{
color: #990F34;
}
</style>
background-color css
<style>
a { background-color: #990F34; }
a { background-color: rgb(153,15,52); }
div.DivClassName
{
background-color: #990F34;
}
.BgClassName
{
background-color: #990F34;
}
</style>
border-color css
<style>
span { border-color: #990F34; }
span { border-color: rgb(153,15,52); }
td.TdClassName
{
border-color: #990F34;
}
.TagClassName
{
border-color: #990F34;
}
</style>