Shades of Valencia #D25550
Tints of Valencia #D25550
RGB
CMYK
RGB Variations
Color information
#D25550 (or 0xD25550) is known color: Valencia. HEX triplet: D2, 55 and 50. RGB value is (210,85,80). Sum of RGB (Red+Green+Blue) = 210+85+80=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D25550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25550 is #2DAAAF. Grayscale: #797979. Windows color (decimal): -2992816 or 5264850. OLE color: 5264850.
HSL color Cylindrical-coordinate representation of color #D25550: hue angle of 2.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 #D25550 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 80 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.18 |
| HSL | 2.31º | 0.59% | 0.57% | - |
| HSV(B) | 2.31º | 0.62% | 0.82% | - |
| XYZ | 31.27 | 20.78 | 9.95 | - |
| YUV | 121.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 80 | 0 | 0.60 | 0.62 | 0.18 | 2.31 | 0.59 | 0.57 |
| Hex | D2 | 55 | 50 | 0 | 3C | 3E | 12 | 2 | 3B | 39 |
| Octal | 322 | 125 | 120 | 0 | 74 | 76 | 22 | 2 | 73 | 71 |
| Binary | 11010010 | 1010101 | 1010000 | 0 | 111100 | 111110 | 10010 | 10 | 111011 | 111001 |
Color Harmonies of #D25550
Complementary color
Monochromatic Colors of #D25550
Black with #D25550
Text Example
Text Example
White with #D25550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25550; }
p { color: rgb(210,85,80); }
H1.HeaderClassName
{
color: #D25550;
}
.AnyTagClassName
{
color: #D25550;
}
</style>
background-color css
<style>
a { background-color: #D25550; }
a { background-color: rgb(210,85,80); }
div.DivClassName
{
background-color: #D25550;
}
.BgClassName
{
background-color: #D25550;
}
</style>
border-color css
<style>
span { border-color: #D25550; }
span { border-color: rgb(210,85,80); }
td.TdClassName
{
border-color: #D25550;
}
.TagClassName
{
border-color: #D25550;
}
</style>