Shades of Valencia #D25B4D
Tints of Valencia #D25B4D
RGB
CMYK
RGB Variations
Color information
#D25B4D (or 0xD25B4D) is known color: Valencia. HEX triplet: D2, 5B and 4D. RGB value is (210,91,77). Sum of RGB (Red+Green+Blue) = 210+91+77=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B4D is #2DA4B2. Grayscale: #7D7D7D. Windows color (decimal): -2991283 or 5069778. OLE color: 5069778.
HSL color Cylindrical-coordinate representation of color #D25B4D: hue angle of 6.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25B4D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 77 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.18 |
| HSL | 6.32º | 0.6% | 0.56% | - |
| HSV(B) | 6.32º | 0.63% | 0.82% | - |
| XYZ | 31.66 | 21.72 | 9.54 | - |
| YUV | 124.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 77 | 0 | 0.57 | 0.63 | 0.18 | 6.32 | 0.6 | 0.56 |
| Hex | D2 | 5B | 4D | 0 | 39 | 3F | 12 | 6 | 3C | 38 |
| Octal | 322 | 133 | 115 | 0 | 71 | 77 | 22 | 6 | 74 | 70 |
| Binary | 11010010 | 1011011 | 1001101 | 0 | 111001 | 111111 | 10010 | 110 | 111100 | 111000 |
Color Harmonies of #D25B4D
Complementary color
Monochromatic Colors of #D25B4D
Black with #D25B4D
Text Example
Text Example
White with #D25B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B4D; }
p { color: rgb(210,91,77); }
H1.HeaderClassName
{
color: #D25B4D;
}
.AnyTagClassName
{
color: #D25B4D;
}
</style>
background-color css
<style>
a { background-color: #D25B4D; }
a { background-color: rgb(210,91,77); }
div.DivClassName
{
background-color: #D25B4D;
}
.BgClassName
{
background-color: #D25B4D;
}
</style>
border-color css
<style>
span { border-color: #D25B4D; }
span { border-color: rgb(210,91,77); }
td.TdClassName
{
border-color: #D25B4D;
}
.TagClassName
{
border-color: #D25B4D;
}
</style>