Shades of Sunglo #D16152
Tints of Sunglo #D16152
RGB
CMYK
RGB Variations
Color information
#D16152 (or 0xD16152) is known color: Sunglo. HEX triplet: D1, 61 and 52. RGB value is (209,97,82). Sum of RGB (Red+Green+Blue) = 209+97+82=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D16152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16152 is #2E9EAD. Grayscale: #808080. Windows color (decimal): -3055278 or 5398993. OLE color: 5398993.
HSL color Cylindrical-coordinate representation of color #D16152: hue angle of 7.09º 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 #D16152 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 82 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.18 |
| HSL | 7.09º | 0.58% | 0.57% | - |
| HSV(B) | 7.09º | 0.61% | 0.82% | - |
| XYZ | 32.09 | 22.71 | 10.68 | - |
| YUV | 128.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 82 | 0 | 0.54 | 0.61 | 0.18 | 7.09 | 0.58 | 0.57 |
| Hex | D1 | 61 | 52 | 0 | 36 | 3D | 12 | 7 | 3A | 39 |
| Octal | 321 | 141 | 122 | 0 | 66 | 75 | 22 | 7 | 72 | 71 |
| Binary | 11010001 | 1100001 | 1010010 | 0 | 110110 | 111101 | 10010 | 111 | 111010 | 111001 |
Color Harmonies of #D16152
Complementary color
Monochromatic Colors of #D16152
Black with #D16152
Text Example
Text Example
White with #D16152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16152; }
p { color: rgb(209,97,82); }
H1.HeaderClassName
{
color: #D16152;
}
.AnyTagClassName
{
color: #D16152;
}
</style>
background-color css
<style>
a { background-color: #D16152; }
a { background-color: rgb(209,97,82); }
div.DivClassName
{
background-color: #D16152;
}
.BgClassName
{
background-color: #D16152;
}
</style>
border-color css
<style>
span { border-color: #D16152; }
span { border-color: rgb(209,97,82); }
td.TdClassName
{
border-color: #D16152;
}
.TagClassName
{
border-color: #D16152;
}
</style>