Shades of Valencia #D25850
Tints of Valencia #D25850
RGB
CMYK
RGB Variations
Color information
#D25850 (or 0xD25850) is known color: Valencia. HEX triplet: D2, 58 and 50. RGB value is (210,88,80). Sum of RGB (Red+Green+Blue) = 210+88+80=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D25850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25850 is #2DA7AF. Grayscale: #7B7B7B. Windows color (decimal): -2992048 or 5265618. OLE color: 5265618.
HSL color Cylindrical-coordinate representation of color #D25850: hue angle of 3.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25850 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 80 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.18 |
| HSL | 3.69º | 0.59% | 0.57% | - |
| HSV(B) | 3.69º | 0.62% | 0.82% | - |
| XYZ | 31.52 | 21.26 | 10.03 | - |
| YUV | 123.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 80 | 0 | 0.58 | 0.62 | 0.18 | 3.69 | 0.59 | 0.57 |
| Hex | D2 | 58 | 50 | 0 | 3A | 3E | 12 | 4 | 3B | 39 |
| Octal | 322 | 130 | 120 | 0 | 72 | 76 | 22 | 4 | 73 | 71 |
| Binary | 11010010 | 1011000 | 1010000 | 0 | 111010 | 111110 | 10010 | 100 | 111011 | 111001 |
Color Harmonies of #D25850
Complementary color
Monochromatic Colors of #D25850
Black with #D25850
Text Example
Text Example
White with #D25850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25850; }
p { color: rgb(210,88,80); }
H1.HeaderClassName
{
color: #D25850;
}
.AnyTagClassName
{
color: #D25850;
}
</style>
background-color css
<style>
a { background-color: #D25850; }
a { background-color: rgb(210,88,80); }
div.DivClassName
{
background-color: #D25850;
}
.BgClassName
{
background-color: #D25850;
}
</style>
border-color css
<style>
span { border-color: #D25850; }
span { border-color: rgb(210,88,80); }
td.TdClassName
{
border-color: #D25850;
}
.TagClassName
{
border-color: #D25850;
}
</style>