Shades of Bright Red #99252F
Tints of Bright Red #99252F
RGB
CMYK
RGB Variations
Color information
#99252F (or 0x99252F) is known color: Bright Red. HEX triplet: 99, 25 and 2F. RGB value is (153,37,47). Sum of RGB (Red+Green+Blue) = 153+37+47=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #99252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99252F is #66DAD0. Grayscale: #484848. Windows color (decimal): -6740689 or 3089817. OLE color: 3089817.
HSL color Cylindrical-coordinate representation of color #99252F: hue angle of 354.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99252F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 47 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.4 |
| HSL | 354.83º | 0.61% | 0.37% | - |
| HSV(B) | 354.83º | 0.76% | 0.6% | - |
| XYZ | 14.31 | 8.3 | 3.54 | - |
| YUV | 72.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 47 | 0 | 0.76 | 0.69 | 0.4 | 354.83 | 0.61 | 0.37 |
| Hex | 99 | 25 | 2F | 0 | 4C | 45 | 28 | 163 | 3D | 25 |
| Octal | 231 | 45 | 57 | 0 | 114 | 105 | 50 | 543 | 75 | 45 |
| Binary | 10011001 | 100101 | 101111 | 0 | 1001100 | 1000101 | 101000 | 101100011 | 111101 | 100101 |
Color Harmonies of #99252F
Complementary color
Monochromatic Colors of #99252F
Black with #99252F
Text Example
Text Example
White with #99252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99252F; }
p { color: rgb(153,37,47); }
H1.HeaderClassName
{
color: #99252F;
}
.AnyTagClassName
{
color: #99252F;
}
</style>
background-color css
<style>
a { background-color: #99252F; }
a { background-color: rgb(153,37,47); }
div.DivClassName
{
background-color: #99252F;
}
.BgClassName
{
background-color: #99252F;
}
</style>
border-color css
<style>
span { border-color: #99252F; }
span { border-color: rgb(153,37,47); }
td.TdClassName
{
border-color: #99252F;
}
.TagClassName
{
border-color: #99252F;
}
</style>