Shades of Bright Red #99233C
Tints of Bright Red #99233C
RGB
CMYK
RGB Variations
Color information
#99233C (or 0x99233C) is known color: Bright Red. HEX triplet: 99, 23 and 3C. RGB value is (153,35,60). Sum of RGB (Red+Green+Blue) = 153+35+60=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99233C is #66DCC3. Grayscale: #494949. Windows color (decimal): -6741188 or 3941273. OLE color: 3941273.
HSL color Cylindrical-coordinate representation of color #99233C: hue angle of 347.29º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99233C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 60 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.4 |
| HSL | 347.29º | 0.63% | 0.37% | - |
| HSV(B) | 347.29º | 0.77% | 0.6% | - |
| XYZ | 14.55 | 8.3 | 5.11 | - |
| YUV | 73.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 60 | 0 | 0.77 | 0.61 | 0.4 | 347.29 | 0.63 | 0.37 |
| Hex | 99 | 23 | 3C | 0 | 4D | 3D | 28 | 15B | 3F | 25 |
| Octal | 231 | 43 | 74 | 0 | 115 | 75 | 50 | 533 | 77 | 45 |
| Binary | 10011001 | 100011 | 111100 | 0 | 1001101 | 111101 | 101000 | 101011011 | 111111 | 100101 |
Color Harmonies of #99233C
Complementary color
Monochromatic Colors of #99233C
Black with #99233C
Text Example
Text Example
White with #99233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99233C; }
p { color: rgb(153,35,60); }
H1.HeaderClassName
{
color: #99233C;
}
.AnyTagClassName
{
color: #99233C;
}
</style>
background-color css
<style>
a { background-color: #99233C; }
a { background-color: rgb(153,35,60); }
div.DivClassName
{
background-color: #99233C;
}
.BgClassName
{
background-color: #99233C;
}
</style>
border-color css
<style>
span { border-color: #99233C; }
span { border-color: rgb(153,35,60); }
td.TdClassName
{
border-color: #99233C;
}
.TagClassName
{
border-color: #99233C;
}
</style>