Shades of Valencia #D25D53
Tints of Valencia #D25D53
RGB
CMYK
RGB Variations
Color information
#D25D53 (or 0xD25D53) is known color: Valencia. HEX triplet: D2, 5D and 53. RGB value is (210,93,83). Sum of RGB (Red+Green+Blue) = 210+93+83=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D53 is #2DA2AC. Grayscale: #7F7F7F. Windows color (decimal): -2990765 or 5463506. OLE color: 5463506.
HSL color Cylindrical-coordinate representation of color #D25D53: hue angle of 4.72º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25D53 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 83 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.18 |
| HSL | 4.72º | 0.59% | 0.57% | - |
| HSV(B) | 4.72º | 0.6% | 0.82% | - |
| XYZ | 32.05 | 22.15 | 10.77 | - |
| YUV | 126.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 83 | 0 | 0.56 | 0.60 | 0.18 | 4.72 | 0.59 | 0.57 |
| Hex | D2 | 5D | 53 | 0 | 38 | 3C | 12 | 5 | 3B | 39 |
| Octal | 322 | 135 | 123 | 0 | 70 | 74 | 22 | 5 | 73 | 71 |
| Binary | 11010010 | 1011101 | 1010011 | 0 | 111000 | 111100 | 10010 | 101 | 111011 | 111001 |
Color Harmonies of #D25D53
Complementary color
Monochromatic Colors of #D25D53
Black with #D25D53
Text Example
Text Example
White with #D25D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D53; }
p { color: rgb(210,93,83); }
H1.HeaderClassName
{
color: #D25D53;
}
.AnyTagClassName
{
color: #D25D53;
}
</style>
background-color css
<style>
a { background-color: #D25D53; }
a { background-color: rgb(210,93,83); }
div.DivClassName
{
background-color: #D25D53;
}
.BgClassName
{
background-color: #D25D53;
}
</style>
border-color css
<style>
span { border-color: #D25D53; }
span { border-color: rgb(210,93,83); }
td.TdClassName
{
border-color: #D25D53;
}
.TagClassName
{
border-color: #D25D53;
}
</style>