Shades of Valencia #D25251
Tints of Valencia #D25251
RGB
CMYK
RGB Variations
Color information
#D25251 (or 0xD25251) is known color: Valencia. HEX triplet: D2, 52 and 51. RGB value is (210,82,81). Sum of RGB (Red+Green+Blue) = 210+82+81=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D25251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25251 is #2DADAE. Grayscale: #787878. Windows color (decimal): -2993583 or 5329618. OLE color: 5329618.
HSL color Cylindrical-coordinate representation of color #D25251: hue angle of 0.47º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25251 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 81 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.18 |
| HSL | 0.47º | 0.59% | 0.57% | - |
| HSV(B) | 0.47º | 0.61% | 0.82% | - |
| XYZ | 31.08 | 20.33 | 10.07 | - |
| YUV | 120.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 81 | 0 | 0.61 | 0.61 | 0.18 | 0.47 | 0.59 | 0.57 |
| Hex | D2 | 52 | 51 | 0 | 3D | 3D | 12 | 0 | 3B | 39 |
| Octal | 322 | 122 | 121 | 0 | 75 | 75 | 22 | 0 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1010001 | 0 | 111101 | 111101 | 10010 | 0 | 111011 | 111001 |
Color Harmonies of #D25251
Complementary color
Monochromatic Colors of #D25251
Black with #D25251
Text Example
Text Example
White with #D25251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25251; }
p { color: rgb(210,82,81); }
H1.HeaderClassName
{
color: #D25251;
}
.AnyTagClassName
{
color: #D25251;
}
</style>
background-color css
<style>
a { background-color: #D25251; }
a { background-color: rgb(210,82,81); }
div.DivClassName
{
background-color: #D25251;
}
.BgClassName
{
background-color: #D25251;
}
</style>
border-color css
<style>
span { border-color: #D25251; }
span { border-color: rgb(210,82,81); }
td.TdClassName
{
border-color: #D25251;
}
.TagClassName
{
border-color: #D25251;
}
</style>