Shades of Valencia #D25D55
Tints of Valencia #D25D55
RGB
CMYK
RGB Variations
Color information
#D25D55 (or 0xD25D55) is known color: Valencia. HEX triplet: D2, 5D and 55. RGB value is (210,93,85). Sum of RGB (Red+Green+Blue) = 210+93+85=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D55 is #2DA2AA. Grayscale: #7F7F7F. Windows color (decimal): -2990763 or 5594578. OLE color: 5594578.
HSL color Cylindrical-coordinate representation of color #D25D55: hue angle of 3.84º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25D55 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 85 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.18 |
| HSL | 3.84º | 0.58% | 0.58% | - |
| HSV(B) | 3.84º | 0.6% | 0.82% | - |
| XYZ | 32.13 | 22.19 | 11.18 | - |
| YUV | 127.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 85 | 0 | 0.56 | 0.60 | 0.18 | 3.84 | 0.58 | 0.58 |
| Hex | D2 | 5D | 55 | 0 | 38 | 3C | 12 | 4 | 3A | 3A |
| Octal | 322 | 135 | 125 | 0 | 70 | 74 | 22 | 4 | 72 | 72 |
| Binary | 11010010 | 1011101 | 1010101 | 0 | 111000 | 111100 | 10010 | 100 | 111010 | 111010 |
Color Harmonies of #D25D55
Complementary color
Monochromatic Colors of #D25D55
Black with #D25D55
Text Example
Text Example
White with #D25D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D55; }
p { color: rgb(210,93,85); }
H1.HeaderClassName
{
color: #D25D55;
}
.AnyTagClassName
{
color: #D25D55;
}
</style>
background-color css
<style>
a { background-color: #D25D55; }
a { background-color: rgb(210,93,85); }
div.DivClassName
{
background-color: #D25D55;
}
.BgClassName
{
background-color: #D25D55;
}
</style>
border-color css
<style>
span { border-color: #D25D55; }
span { border-color: rgb(210,93,85); }
td.TdClassName
{
border-color: #D25D55;
}
.TagClassName
{
border-color: #D25D55;
}
</style>