Shades of Bright Red #99273F
Tints of Bright Red #99273F
RGB
CMYK
RGB Variations
Color information
#99273F (or 0x99273F) is known color: Bright Red. HEX triplet: 99, 27 and 3F. RGB value is (153,39,63). Sum of RGB (Red+Green+Blue) = 153+39+63=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #99273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99273F is #66D8C0. Grayscale: #4B4B4B. Windows color (decimal): -6740161 or 4138905. OLE color: 4138905.
HSL color Cylindrical-coordinate representation of color #99273F: hue angle of 347.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99273F is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 63 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.4 |
| HSL | 347.37º | 0.59% | 0.38% | - |
| HSV(B) | 347.37º | 0.75% | 0.6% | - |
| XYZ | 14.76 | 8.58 | 5.58 | - |
| YUV | 75.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 63 | 0 | 0.75 | 0.59 | 0.4 | 347.37 | 0.59 | 0.38 |
| Hex | 99 | 27 | 3F | 0 | 4B | 3B | 28 | 15B | 3B | 26 |
| Octal | 231 | 47 | 77 | 0 | 113 | 73 | 50 | 533 | 73 | 46 |
| Binary | 10011001 | 100111 | 111111 | 0 | 1001011 | 111011 | 101000 | 101011011 | 111011 | 100110 |
Color Harmonies of #99273F
Complementary color
Monochromatic Colors of #99273F
Black with #99273F
Text Example
Text Example
White with #99273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99273F; }
p { color: rgb(153,39,63); }
H1.HeaderClassName
{
color: #99273F;
}
.AnyTagClassName
{
color: #99273F;
}
</style>
background-color css
<style>
a { background-color: #99273F; }
a { background-color: rgb(153,39,63); }
div.DivClassName
{
background-color: #99273F;
}
.BgClassName
{
background-color: #99273F;
}
</style>
border-color css
<style>
span { border-color: #99273F; }
span { border-color: rgb(153,39,63); }
td.TdClassName
{
border-color: #99273F;
}
.TagClassName
{
border-color: #99273F;
}
</style>