Shades of Valencia #D25547
Tints of Valencia #D25547
RGB
CMYK
RGB Variations
Color information
#D25547 (or 0xD25547) is known color: Valencia. HEX triplet: D2, 55 and 47. RGB value is (210,85,71). Sum of RGB (Red+Green+Blue) = 210+85+71=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D25547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25547 is #2DAAB8. Grayscale: #787878. Windows color (decimal): -2992825 or 4675026. OLE color: 4675026.
HSL color Cylindrical-coordinate representation of color #D25547: hue angle of 6.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D25547 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 71 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.18 |
| HSL | 6.04º | 0.61% | 0.55% | - |
| HSV(B) | 6.04º | 0.66% | 0.82% | - |
| XYZ | 30.96 | 20.65 | 8.32 | - |
| YUV | 120.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 71 | 0 | 0.60 | 0.66 | 0.18 | 6.04 | 0.61 | 0.55 |
| Hex | D2 | 55 | 47 | 0 | 3C | 42 | 12 | 6 | 3D | 37 |
| Octal | 322 | 125 | 107 | 0 | 74 | 102 | 22 | 6 | 75 | 67 |
| Binary | 11010010 | 1010101 | 1000111 | 0 | 111100 | 1000010 | 10010 | 110 | 111101 | 110111 |
Color Harmonies of #D25547
Complementary color
Monochromatic Colors of #D25547
Black with #D25547
Text Example
Text Example
White with #D25547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25547; }
p { color: rgb(210,85,71); }
H1.HeaderClassName
{
color: #D25547;
}
.AnyTagClassName
{
color: #D25547;
}
</style>
background-color css
<style>
a { background-color: #D25547; }
a { background-color: rgb(210,85,71); }
div.DivClassName
{
background-color: #D25547;
}
.BgClassName
{
background-color: #D25547;
}
</style>
border-color css
<style>
span { border-color: #D25547; }
span { border-color: rgb(210,85,71); }
td.TdClassName
{
border-color: #D25547;
}
.TagClassName
{
border-color: #D25547;
}
</style>