Shades of Valencia #D2534E
Tints of Valencia #D2534E
RGB
CMYK
RGB Variations
Color information
#D2534E (or 0xD2534E) is known color: Valencia. HEX triplet: D2, 53 and 4E. RGB value is (210,83,78). Sum of RGB (Red+Green+Blue) = 210+83+78=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2534E is #2DACB1. Grayscale: #787878. Windows color (decimal): -2993330 or 5133266. OLE color: 5133266.
HSL color Cylindrical-coordinate representation of color #D2534E: hue angle of 2.27º 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 #D2534E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 78 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.18 |
| HSL | 2.27º | 0.59% | 0.56% | - |
| HSV(B) | 2.27º | 0.63% | 0.82% | - |
| XYZ | 31.05 | 20.44 | 9.52 | - |
| YUV | 120.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 78 | 0 | 0.60 | 0.63 | 0.18 | 2.27 | 0.59 | 0.56 |
| Hex | D2 | 53 | 4E | 0 | 3C | 3F | 12 | 2 | 3B | 38 |
| Octal | 322 | 123 | 116 | 0 | 74 | 77 | 22 | 2 | 73 | 70 |
| Binary | 11010010 | 1010011 | 1001110 | 0 | 111100 | 111111 | 10010 | 10 | 111011 | 111000 |
Color Harmonies of #D2534E
Complementary color
Monochromatic Colors of #D2534E
Black with #D2534E
Text Example
Text Example
White with #D2534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2534E; }
p { color: rgb(210,83,78); }
H1.HeaderClassName
{
color: #D2534E;
}
.AnyTagClassName
{
color: #D2534E;
}
</style>
background-color css
<style>
a { background-color: #D2534E; }
a { background-color: rgb(210,83,78); }
div.DivClassName
{
background-color: #D2534E;
}
.BgClassName
{
background-color: #D2534E;
}
</style>
border-color css
<style>
span { border-color: #D2534E; }
span { border-color: rgb(210,83,78); }
td.TdClassName
{
border-color: #D2534E;
}
.TagClassName
{
border-color: #D2534E;
}
</style>