Shades of Sunglo #D16251
Tints of Sunglo #D16251
RGB
CMYK
RGB Variations
Color information
#D16251 (or 0xD16251) is known color: Sunglo. HEX triplet: D1, 62 and 51. RGB value is (209,98,81). Sum of RGB (Red+Green+Blue) = 209+98+81=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D16251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16251 is #2E9DAE. Grayscale: #818181. Windows color (decimal): -3055023 or 5333713. OLE color: 5333713.
HSL color Cylindrical-coordinate representation of color #D16251: hue angle of 7.97º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D16251 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 81 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.18 |
| HSL | 7.97º | 0.58% | 0.57% | - |
| HSV(B) | 7.97º | 0.61% | 0.82% | - |
| XYZ | 32.15 | 22.88 | 10.51 | - |
| YUV | 129.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 81 | 0 | 0.53 | 0.61 | 0.18 | 7.97 | 0.58 | 0.57 |
| Hex | D1 | 62 | 51 | 0 | 35 | 3D | 12 | 8 | 3A | 39 |
| Octal | 321 | 142 | 121 | 0 | 65 | 75 | 22 | 10 | 72 | 71 |
| Binary | 11010001 | 1100010 | 1010001 | 0 | 110101 | 111101 | 10010 | 1000 | 111010 | 111001 |
Color Harmonies of #D16251
Complementary color
Monochromatic Colors of #D16251
Black with #D16251
Text Example
Text Example
White with #D16251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16251; }
p { color: rgb(209,98,81); }
H1.HeaderClassName
{
color: #D16251;
}
.AnyTagClassName
{
color: #D16251;
}
</style>
background-color css
<style>
a { background-color: #D16251; }
a { background-color: rgb(209,98,81); }
div.DivClassName
{
background-color: #D16251;
}
.BgClassName
{
background-color: #D16251;
}
</style>
border-color css
<style>
span { border-color: #D16251; }
span { border-color: rgb(209,98,81); }
td.TdClassName
{
border-color: #D16251;
}
.TagClassName
{
border-color: #D16251;
}
</style>