Shades of Sunglo #D26250
Tints of Sunglo #D26250
RGB
CMYK
RGB Variations
Color information
#D26250 (or 0xD26250) is known color: Sunglo. HEX triplet: D2, 62 and 50. RGB value is (210,98,80). Sum of RGB (Red+Green+Blue) = 210+98+80=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D26250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26250 is #2D9DAF. Grayscale: #818181. Windows color (decimal): -2989488 or 5268178. OLE color: 5268178.
HSL color Cylindrical-coordinate representation of color #D26250: hue angle of 8.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D26250 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 80 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.18 |
| HSL | 8.31º | 0.59% | 0.57% | - |
| HSV(B) | 8.31º | 0.62% | 0.82% | - |
| XYZ | 32.39 | 23.02 | 10.32 | - |
| YUV | 129.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 80 | 0 | 0.53 | 0.62 | 0.18 | 8.31 | 0.59 | 0.57 |
| Hex | D2 | 62 | 50 | 0 | 35 | 3E | 12 | 8 | 3B | 39 |
| Octal | 322 | 142 | 120 | 0 | 65 | 76 | 22 | 10 | 73 | 71 |
| Binary | 11010010 | 1100010 | 1010000 | 0 | 110101 | 111110 | 10010 | 1000 | 111011 | 111001 |
Color Harmonies of #D26250
Complementary color
Monochromatic Colors of #D26250
Black with #D26250
Text Example
Text Example
White with #D26250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26250; }
p { color: rgb(210,98,80); }
H1.HeaderClassName
{
color: #D26250;
}
.AnyTagClassName
{
color: #D26250;
}
</style>
background-color css
<style>
a { background-color: #D26250; }
a { background-color: rgb(210,98,80); }
div.DivClassName
{
background-color: #D26250;
}
.BgClassName
{
background-color: #D26250;
}
</style>
border-color css
<style>
span { border-color: #D26250; }
span { border-color: rgb(210,98,80); }
td.TdClassName
{
border-color: #D26250;
}
.TagClassName
{
border-color: #D26250;
}
</style>