Shades of Valencia #D2524B
Tints of Valencia #D2524B
RGB
CMYK
RGB Variations
Color information
#D2524B (or 0xD2524B) is known color: Valencia. HEX triplet: D2, 52 and 4B. RGB value is (210,82,75). Sum of RGB (Red+Green+Blue) = 210+82+75=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2524B is #2DADB4. Grayscale: #777777. Windows color (decimal): -2993589 or 4936402. OLE color: 4936402.
HSL color Cylindrical-coordinate representation of color #D2524B: hue angle of 3.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2524B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 75 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.18 |
| HSL | 3.11º | 0.6% | 0.56% | - |
| HSV(B) | 3.11º | 0.64% | 0.82% | - |
| XYZ | 30.87 | 20.24 | 8.94 | - |
| YUV | 119.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 75 | 0 | 0.61 | 0.64 | 0.18 | 3.11 | 0.6 | 0.56 |
| Hex | D2 | 52 | 4B | 0 | 3D | 40 | 12 | 3 | 3C | 38 |
| Octal | 322 | 122 | 113 | 0 | 75 | 100 | 22 | 3 | 74 | 70 |
| Binary | 11010010 | 1010010 | 1001011 | 0 | 111101 | 1000000 | 10010 | 11 | 111100 | 111000 |
Color Harmonies of #D2524B
Complementary color
Monochromatic Colors of #D2524B
Black with #D2524B
Text Example
Text Example
White with #D2524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2524B; }
p { color: rgb(210,82,75); }
H1.HeaderClassName
{
color: #D2524B;
}
.AnyTagClassName
{
color: #D2524B;
}
</style>
background-color css
<style>
a { background-color: #D2524B; }
a { background-color: rgb(210,82,75); }
div.DivClassName
{
background-color: #D2524B;
}
.BgClassName
{
background-color: #D2524B;
}
</style>
border-color css
<style>
span { border-color: #D2524B; }
span { border-color: rgb(210,82,75); }
td.TdClassName
{
border-color: #D2524B;
}
.TagClassName
{
border-color: #D2524B;
}
</style>