Shades of Valencia #D25650
Tints of Valencia #D25650
RGB
CMYK
RGB Variations
Color information
#D25650 (or 0xD25650) is known color: Valencia. HEX triplet: D2, 56 and 50. RGB value is (210,86,80). Sum of RGB (Red+Green+Blue) = 210+86+80=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D25650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25650 is #2DA9AF. Grayscale: #7A7A7A. Windows color (decimal): -2992560 or 5265106. OLE color: 5265106.
HSL color Cylindrical-coordinate representation of color #D25650: hue angle of 2.77º 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 #D25650 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 80 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.18 |
| HSL | 2.77º | 0.59% | 0.57% | - |
| HSV(B) | 2.77º | 0.62% | 0.82% | - |
| XYZ | 31.35 | 20.94 | 9.98 | - |
| YUV | 122.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 80 | 0 | 0.59 | 0.62 | 0.18 | 2.77 | 0.59 | 0.57 |
| Hex | D2 | 56 | 50 | 0 | 3B | 3E | 12 | 3 | 3B | 39 |
| Octal | 322 | 126 | 120 | 0 | 73 | 76 | 22 | 3 | 73 | 71 |
| Binary | 11010010 | 1010110 | 1010000 | 0 | 111011 | 111110 | 10010 | 11 | 111011 | 111001 |
Color Harmonies of #D25650
Complementary color
Monochromatic Colors of #D25650
Black with #D25650
Text Example
Text Example
White with #D25650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25650; }
p { color: rgb(210,86,80); }
H1.HeaderClassName
{
color: #D25650;
}
.AnyTagClassName
{
color: #D25650;
}
</style>
background-color css
<style>
a { background-color: #D25650; }
a { background-color: rgb(210,86,80); }
div.DivClassName
{
background-color: #D25650;
}
.BgClassName
{
background-color: #D25650;
}
</style>
border-color css
<style>
span { border-color: #D25650; }
span { border-color: rgb(210,86,80); }
td.TdClassName
{
border-color: #D25650;
}
.TagClassName
{
border-color: #D25650;
}
</style>