Shades of Valencia #D25551
Tints of Valencia #D25551
RGB
CMYK
RGB Variations
Color information
#D25551 (or 0xD25551) is known color: Valencia. HEX triplet: D2, 55 and 51. RGB value is (210,85,81). Sum of RGB (Red+Green+Blue) = 210+85+81=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D25551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25551 is #2DAAAE. Grayscale: #7A7A7A. Windows color (decimal): -2992815 or 5330386. OLE color: 5330386.
HSL color Cylindrical-coordinate representation of color #D25551: hue angle of 1.86º degrees, saturation: 0.59, 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 #D25551 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 81 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.18 |
| HSL | 1.86º | 0.59% | 0.57% | - |
| HSV(B) | 1.86º | 0.61% | 0.82% | - |
| XYZ | 31.31 | 20.79 | 10.15 | - |
| YUV | 121.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 81 | 0 | 0.60 | 0.61 | 0.18 | 1.86 | 0.59 | 0.57 |
| Hex | D2 | 55 | 51 | 0 | 3C | 3D | 12 | 2 | 3B | 39 |
| Octal | 322 | 125 | 121 | 0 | 74 | 75 | 22 | 2 | 73 | 71 |
| Binary | 11010010 | 1010101 | 1010001 | 0 | 111100 | 111101 | 10010 | 10 | 111011 | 111001 |
Color Harmonies of #D25551
Complementary color
Monochromatic Colors of #D25551
Black with #D25551
Text Example
Text Example
White with #D25551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25551; }
p { color: rgb(210,85,81); }
H1.HeaderClassName
{
color: #D25551;
}
.AnyTagClassName
{
color: #D25551;
}
</style>
background-color css
<style>
a { background-color: #D25551; }
a { background-color: rgb(210,85,81); }
div.DivClassName
{
background-color: #D25551;
}
.BgClassName
{
background-color: #D25551;
}
</style>
border-color css
<style>
span { border-color: #D25551; }
span { border-color: rgb(210,85,81); }
td.TdClassName
{
border-color: #D25551;
}
.TagClassName
{
border-color: #D25551;
}
</style>