Shades of Valencia #D25953
Tints of Valencia #D25953
RGB
CMYK
RGB Variations
Color information
#D25953 (or 0xD25953) is known color: Valencia. HEX triplet: D2, 59 and 53. RGB value is (210,89,83). Sum of RGB (Red+Green+Blue) = 210+89+83=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D25953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25953 is #2DA6AC. Grayscale: #7C7C7C. Windows color (decimal): -2991789 or 5462482. OLE color: 5462482.
HSL color Cylindrical-coordinate representation of color #D25953: hue angle of 2.83º 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 #D25953 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 83 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.18 |
| HSL | 2.83º | 0.59% | 0.57% | - |
| HSV(B) | 2.83º | 0.6% | 0.82% | - |
| XYZ | 31.71 | 21.47 | 10.66 | - |
| YUV | 124.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 83 | 0 | 0.58 | 0.60 | 0.18 | 2.83 | 0.59 | 0.57 |
| Hex | D2 | 59 | 53 | 0 | 3A | 3C | 12 | 3 | 3B | 39 |
| Octal | 322 | 131 | 123 | 0 | 72 | 74 | 22 | 3 | 73 | 71 |
| Binary | 11010010 | 1011001 | 1010011 | 0 | 111010 | 111100 | 10010 | 11 | 111011 | 111001 |
Color Harmonies of #D25953
Complementary color
Monochromatic Colors of #D25953
Black with #D25953
Text Example
Text Example
White with #D25953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25953; }
p { color: rgb(210,89,83); }
H1.HeaderClassName
{
color: #D25953;
}
.AnyTagClassName
{
color: #D25953;
}
</style>
background-color css
<style>
a { background-color: #D25953; }
a { background-color: rgb(210,89,83); }
div.DivClassName
{
background-color: #D25953;
}
.BgClassName
{
background-color: #D25953;
}
</style>
border-color css
<style>
span { border-color: #D25953; }
span { border-color: rgb(210,89,83); }
td.TdClassName
{
border-color: #D25953;
}
.TagClassName
{
border-color: #D25953;
}
</style>