Shades of Valencia #D25A55
Tints of Valencia #D25A55
RGB
CMYK
RGB Variations
Color information
#D25A55 (or 0xD25A55) is known color: Valencia. HEX triplet: D2, 5A and 55. RGB value is (210,90,85). Sum of RGB (Red+Green+Blue) = 210+90+85=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A55 is #2DA5AA. Grayscale: #7D7D7D. Windows color (decimal): -2991531 or 5593810. OLE color: 5593810.
HSL color Cylindrical-coordinate representation of color #D25A55: hue angle of 2.4º 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 #D25A55 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 85 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.18 |
| HSL | 2.4º | 0.58% | 0.58% | - |
| HSV(B) | 2.4º | 0.6% | 0.82% | - |
| XYZ | 31.87 | 21.67 | 11.1 | - |
| YUV | 125.31 | 105.26 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 85 | 0 | 0.57 | 0.60 | 0.18 | 2.4 | 0.58 | 0.58 |
| Hex | D2 | 5A | 55 | 0 | 39 | 3C | 12 | 2 | 3A | 3A |
| Octal | 322 | 132 | 125 | 0 | 71 | 74 | 22 | 2 | 72 | 72 |
| Binary | 11010010 | 1011010 | 1010101 | 0 | 111001 | 111100 | 10010 | 10 | 111010 | 111010 |
Color Harmonies of #D25A55
Complementary color
Monochromatic Colors of #D25A55
Black with #D25A55
Text Example
Text Example
White with #D25A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A55; }
p { color: rgb(210,90,85); }
H1.HeaderClassName
{
color: #D25A55;
}
.AnyTagClassName
{
color: #D25A55;
}
</style>
background-color css
<style>
a { background-color: #D25A55; }
a { background-color: rgb(210,90,85); }
div.DivClassName
{
background-color: #D25A55;
}
.BgClassName
{
background-color: #D25A55;
}
</style>
border-color css
<style>
span { border-color: #D25A55; }
span { border-color: rgb(210,90,85); }
td.TdClassName
{
border-color: #D25A55;
}
.TagClassName
{
border-color: #D25A55;
}
</style>