Shades of Valencia #D2524F
Tints of Valencia #D2524F
RGB
CMYK
RGB Variations
Color information
#D2524F (or 0xD2524F) is known color: Valencia. HEX triplet: D2, 52 and 4F. RGB value is (210,82,79). Sum of RGB (Red+Green+Blue) = 210+82+79=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2524F is #2DADB0. Grayscale: #787878. Windows color (decimal): -2993585 or 5198546. OLE color: 5198546.
HSL color Cylindrical-coordinate representation of color #D2524F: hue angle of 1.37º 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 #D2524F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 79 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.18 |
| HSL | 1.37º | 0.59% | 0.57% | - |
| HSV(B) | 1.37º | 0.62% | 0.82% | - |
| XYZ | 31.01 | 20.3 | 9.68 | - |
| YUV | 119.93 | 104.91 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 79 | 0 | 0.61 | 0.62 | 0.18 | 1.37 | 0.59 | 0.57 |
| Hex | D2 | 52 | 4F | 0 | 3D | 3E | 12 | 1 | 3B | 39 |
| Octal | 322 | 122 | 117 | 0 | 75 | 76 | 22 | 1 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1001111 | 0 | 111101 | 111110 | 10010 | 1 | 111011 | 111001 |
Color Harmonies of #D2524F
Complementary color
Monochromatic Colors of #D2524F
Black with #D2524F
Text Example
Text Example
White with #D2524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2524F; }
p { color: rgb(210,82,79); }
H1.HeaderClassName
{
color: #D2524F;
}
.AnyTagClassName
{
color: #D2524F;
}
</style>
background-color css
<style>
a { background-color: #D2524F; }
a { background-color: rgb(210,82,79); }
div.DivClassName
{
background-color: #D2524F;
}
.BgClassName
{
background-color: #D2524F;
}
</style>
border-color css
<style>
span { border-color: #D2524F; }
span { border-color: rgb(210,82,79); }
td.TdClassName
{
border-color: #D2524F;
}
.TagClassName
{
border-color: #D2524F;
}
</style>