Shades of Valencia #D25752
Tints of Valencia #D25752
RGB
CMYK
RGB Variations
Color information
#D25752 (or 0xD25752) is known color: Valencia. HEX triplet: D2, 57 and 52. RGB value is (210,87,82). Sum of RGB (Red+Green+Blue) = 210+87+82=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25752 is #2DA8AD. Grayscale: #7B7B7B. Windows color (decimal): -2992302 or 5396434. OLE color: 5396434.
HSL color Cylindrical-coordinate representation of color #D25752: hue angle of 2.34º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25752 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 82 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.18 |
| HSL | 2.34º | 0.59% | 0.57% | - |
| HSV(B) | 2.34º | 0.61% | 0.82% | - |
| XYZ | 31.51 | 21.13 | 10.4 | - |
| YUV | 123.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 82 | 0 | 0.59 | 0.61 | 0.18 | 2.34 | 0.59 | 0.57 |
| Hex | D2 | 57 | 52 | 0 | 3B | 3D | 12 | 2 | 3B | 39 |
| Octal | 322 | 127 | 122 | 0 | 73 | 75 | 22 | 2 | 73 | 71 |
| Binary | 11010010 | 1010111 | 1010010 | 0 | 111011 | 111101 | 10010 | 10 | 111011 | 111001 |
Color Harmonies of #D25752
Complementary color
Monochromatic Colors of #D25752
Black with #D25752
Text Example
Text Example
White with #D25752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25752; }
p { color: rgb(210,87,82); }
H1.HeaderClassName
{
color: #D25752;
}
.AnyTagClassName
{
color: #D25752;
}
</style>
background-color css
<style>
a { background-color: #D25752; }
a { background-color: rgb(210,87,82); }
div.DivClassName
{
background-color: #D25752;
}
.BgClassName
{
background-color: #D25752;
}
</style>
border-color css
<style>
span { border-color: #D25752; }
span { border-color: rgb(210,87,82); }
td.TdClassName
{
border-color: #D25752;
}
.TagClassName
{
border-color: #D25752;
}
</style>