Shades of Bright Red #99253D
Tints of Bright Red #99253D
RGB
CMYK
RGB Variations
Color information
#99253D (or 0x99253D) is known color: Bright Red. HEX triplet: 99, 25 and 3D. RGB value is (153,37,61). Sum of RGB (Red+Green+Blue) = 153+37+61=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99253D is #66DAC2. Grayscale: #4A4A4A. Windows color (decimal): -6740675 or 4007321. OLE color: 4007321.
HSL color Cylindrical-coordinate representation of color #99253D: hue angle of 347.59º 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 #99253D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 61 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.4 |
| HSL | 347.59º | 0.61% | 0.37% | - |
| HSV(B) | 347.59º | 0.76% | 0.6% | - |
| XYZ | 14.64 | 8.43 | 5.27 | - |
| YUV | 74.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 61 | 0 | 0.76 | 0.60 | 0.4 | 347.59 | 0.61 | 0.37 |
| Hex | 99 | 25 | 3D | 0 | 4C | 3C | 28 | 15C | 3D | 25 |
| Octal | 231 | 45 | 75 | 0 | 114 | 74 | 50 | 534 | 75 | 45 |
| Binary | 10011001 | 100101 | 111101 | 0 | 1001100 | 111100 | 101000 | 101011100 | 111101 | 100101 |
Color Harmonies of #99253D
Complementary color
Monochromatic Colors of #99253D
Black with #99253D
Text Example
Text Example
White with #99253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99253D; }
p { color: rgb(153,37,61); }
H1.HeaderClassName
{
color: #99253D;
}
.AnyTagClassName
{
color: #99253D;
}
</style>
background-color css
<style>
a { background-color: #99253D; }
a { background-color: rgb(153,37,61); }
div.DivClassName
{
background-color: #99253D;
}
.BgClassName
{
background-color: #99253D;
}
</style>
border-color css
<style>
span { border-color: #99253D; }
span { border-color: rgb(153,37,61); }
td.TdClassName
{
border-color: #99253D;
}
.TagClassName
{
border-color: #99253D;
}
</style>