Shades of Bright Red #99273D
Tints of Bright Red #99273D
RGB
CMYK
RGB Variations
Color information
#99273D (or 0x99273D) is known color: Bright Red. HEX triplet: 99, 27 and 3D. RGB value is (153,39,61). Sum of RGB (Red+Green+Blue) = 153+39+61=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99273D is #66D8C2. Grayscale: #4B4B4B. Windows color (decimal): -6740163 or 4007833. OLE color: 4007833.
HSL color Cylindrical-coordinate representation of color #99273D: hue angle of 348.42º 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 #99273D is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 61 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.4 |
| HSL | 348.42º | 0.59% | 0.38% | - |
| HSV(B) | 348.42º | 0.75% | 0.6% | - |
| XYZ | 14.7 | 8.56 | 5.29 | - |
| YUV | 75.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 61 | 0 | 0.75 | 0.60 | 0.4 | 348.42 | 0.59 | 0.38 |
| Hex | 99 | 27 | 3D | 0 | 4B | 3C | 28 | 15C | 3B | 26 |
| Octal | 231 | 47 | 75 | 0 | 113 | 74 | 50 | 534 | 73 | 46 |
| Binary | 10011001 | 100111 | 111101 | 0 | 1001011 | 111100 | 101000 | 101011100 | 111011 | 100110 |
Color Harmonies of #99273D
Complementary color
Monochromatic Colors of #99273D
Black with #99273D
Text Example
Text Example
White with #99273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99273D; }
p { color: rgb(153,39,61); }
H1.HeaderClassName
{
color: #99273D;
}
.AnyTagClassName
{
color: #99273D;
}
</style>
background-color css
<style>
a { background-color: #99273D; }
a { background-color: rgb(153,39,61); }
div.DivClassName
{
background-color: #99273D;
}
.BgClassName
{
background-color: #99273D;
}
</style>
border-color css
<style>
span { border-color: #99273D; }
span { border-color: rgb(153,39,61); }
td.TdClassName
{
border-color: #99273D;
}
.TagClassName
{
border-color: #99273D;
}
</style>