Shades of Valencia #D25D4C
Tints of Valencia #D25D4C
RGB
CMYK
RGB Variations
Color information
#D25D4C (or 0xD25D4C) is known color: Valencia. HEX triplet: D2, 5D and 4C. RGB value is (210,93,76). Sum of RGB (Red+Green+Blue) = 210+93+76=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D4C is #2DA2B3. Grayscale: #7E7E7E. Windows color (decimal): -2990772 or 5004754. OLE color: 5004754.
HSL color Cylindrical-coordinate representation of color #D25D4C: hue angle of 7.61º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D25D4C is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 76 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.18 |
| HSL | 7.61º | 0.6% | 0.56% | - |
| HSV(B) | 7.61º | 0.64% | 0.82% | - |
| XYZ | 31.8 | 22.05 | 9.42 | - |
| YUV | 126.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 76 | 0 | 0.56 | 0.64 | 0.18 | 7.61 | 0.6 | 0.56 |
| Hex | D2 | 5D | 4C | 0 | 38 | 40 | 12 | 8 | 3C | 38 |
| Octal | 322 | 135 | 114 | 0 | 70 | 100 | 22 | 10 | 74 | 70 |
| Binary | 11010010 | 1011101 | 1001100 | 0 | 111000 | 1000000 | 10010 | 1000 | 111100 | 111000 |
Color Harmonies of #D25D4C
Complementary color
Monochromatic Colors of #D25D4C
Black with #D25D4C
Text Example
Text Example
White with #D25D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D4C; }
p { color: rgb(210,93,76); }
H1.HeaderClassName
{
color: #D25D4C;
}
.AnyTagClassName
{
color: #D25D4C;
}
</style>
background-color css
<style>
a { background-color: #D25D4C; }
a { background-color: rgb(210,93,76); }
div.DivClassName
{
background-color: #D25D4C;
}
.BgClassName
{
background-color: #D25D4C;
}
</style>
border-color css
<style>
span { border-color: #D25D4C; }
span { border-color: rgb(210,93,76); }
td.TdClassName
{
border-color: #D25D4C;
}
.TagClassName
{
border-color: #D25D4C;
}
</style>