Shades of Sunglo #D06351
Tints of Sunglo #D06351
RGB
CMYK
RGB Variations
Color information
#D06351 (or 0xD06351) is known color: Sunglo. HEX triplet: D0, 63 and 51. RGB value is (208,99,81). Sum of RGB (Red+Green+Blue) = 208+99+81=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D06351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06351 is #2F9CAE. Grayscale: #818181. Windows color (decimal): -3120303 or 5333968. OLE color: 5333968.
HSL color Cylindrical-coordinate representation of color #D06351: hue angle of 8.5º degrees, saturation: 0.57, 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 #D06351 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 81 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.18 |
| HSL | 8.5º | 0.57% | 0.57% | - |
| HSV(B) | 8.5º | 0.61% | 0.82% | - |
| XYZ | 31.96 | 22.93 | 10.53 | - |
| YUV | 129.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 81 | 0 | 0.52 | 0.61 | 0.18 | 8.5 | 0.57 | 0.57 |
| Hex | D0 | 63 | 51 | 0 | 34 | 3D | 12 | 9 | 39 | 39 |
| Octal | 320 | 143 | 121 | 0 | 64 | 75 | 22 | 11 | 71 | 71 |
| Binary | 11010000 | 1100011 | 1010001 | 0 | 110100 | 111101 | 10010 | 1001 | 111001 | 111001 |
Color Harmonies of #D06351
Complementary color
Monochromatic Colors of #D06351
Black with #D06351
Text Example
Text Example
White with #D06351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06351; }
p { color: rgb(208,99,81); }
H1.HeaderClassName
{
color: #D06351;
}
.AnyTagClassName
{
color: #D06351;
}
</style>
background-color css
<style>
a { background-color: #D06351; }
a { background-color: rgb(208,99,81); }
div.DivClassName
{
background-color: #D06351;
}
.BgClassName
{
background-color: #D06351;
}
</style>
border-color css
<style>
span { border-color: #D06351; }
span { border-color: rgb(208,99,81); }
td.TdClassName
{
border-color: #D06351;
}
.TagClassName
{
border-color: #D06351;
}
</style>