Shades of Valencia #D2524E
Tints of Valencia #D2524E
RGB
CMYK
RGB Variations
Color information
#D2524E (or 0xD2524E) is known color: Valencia. HEX triplet: D2, 52 and 4E. RGB value is (210,82,78). Sum of RGB (Red+Green+Blue) = 210+82+78=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2524E is #2DADB1. Grayscale: #777777. Windows color (decimal): -2993586 or 5133010. OLE color: 5133010.
HSL color Cylindrical-coordinate representation of color #D2524E: hue angle of 1.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2524E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 78 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.18 |
| HSL | 1.82º | 0.59% | 0.56% | - |
| HSV(B) | 1.82º | 0.63% | 0.82% | - |
| XYZ | 30.97 | 20.29 | 9.49 | - |
| YUV | 119.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 78 | 0 | 0.61 | 0.63 | 0.18 | 1.82 | 0.59 | 0.56 |
| Hex | D2 | 52 | 4E | 0 | 3D | 3F | 12 | 2 | 3B | 38 |
| Octal | 322 | 122 | 116 | 0 | 75 | 77 | 22 | 2 | 73 | 70 |
| Binary | 11010010 | 1010010 | 1001110 | 0 | 111101 | 111111 | 10010 | 10 | 111011 | 111000 |
Color Harmonies of #D2524E
Complementary color
Monochromatic Colors of #D2524E
Black with #D2524E
Text Example
Text Example
White with #D2524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2524E; }
p { color: rgb(210,82,78); }
H1.HeaderClassName
{
color: #D2524E;
}
.AnyTagClassName
{
color: #D2524E;
}
</style>
background-color css
<style>
a { background-color: #D2524E; }
a { background-color: rgb(210,82,78); }
div.DivClassName
{
background-color: #D2524E;
}
.BgClassName
{
background-color: #D2524E;
}
</style>
border-color css
<style>
span { border-color: #D2524E; }
span { border-color: rgb(210,82,78); }
td.TdClassName
{
border-color: #D2524E;
}
.TagClassName
{
border-color: #D2524E;
}
</style>