Shades of Valencia #D25047
Tints of Valencia #D25047
RGB
CMYK
RGB Variations
Color information
#D25047 (or 0xD25047) is known color: Valencia. HEX triplet: D2, 50 and 47. RGB value is (210,80,71). Sum of RGB (Red+Green+Blue) = 210+80+71=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D25047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25047 is #2DAFB8. Grayscale: #767676. Windows color (decimal): -2994105 or 4673746. OLE color: 4673746.
HSL color Cylindrical-coordinate representation of color #D25047: hue angle of 3.88º 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 #D25047 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 71 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.18 |
| HSL | 3.88º | 0.61% | 0.55% | - |
| HSV(B) | 3.88º | 0.66% | 0.82% | - |
| XYZ | 30.58 | 19.89 | 8.19 | - |
| YUV | 117.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 71 | 0 | 0.62 | 0.66 | 0.18 | 3.88 | 0.61 | 0.55 |
| Hex | D2 | 50 | 47 | 0 | 3E | 42 | 12 | 4 | 3D | 37 |
| Octal | 322 | 120 | 107 | 0 | 76 | 102 | 22 | 4 | 75 | 67 |
| Binary | 11010010 | 1010000 | 1000111 | 0 | 111110 | 1000010 | 10010 | 100 | 111101 | 110111 |
Color Harmonies of #D25047
Complementary color
Monochromatic Colors of #D25047
Black with #D25047
Text Example
Text Example
White with #D25047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25047; }
p { color: rgb(210,80,71); }
H1.HeaderClassName
{
color: #D25047;
}
.AnyTagClassName
{
color: #D25047;
}
</style>
background-color css
<style>
a { background-color: #D25047; }
a { background-color: rgb(210,80,71); }
div.DivClassName
{
background-color: #D25047;
}
.BgClassName
{
background-color: #D25047;
}
</style>
border-color css
<style>
span { border-color: #D25047; }
span { border-color: rgb(210,80,71); }
td.TdClassName
{
border-color: #D25047;
}
.TagClassName
{
border-color: #D25047;
}
</style>