Shades of Valencia #D2544B
Tints of Valencia #D2544B
RGB
CMYK
RGB Variations
Color information
#D2544B (or 0xD2544B) is known color: Valencia. HEX triplet: D2, 54 and 4B. RGB value is (210,84,75). Sum of RGB (Red+Green+Blue) = 210+84+75=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2544B is #2DABB4. Grayscale: #787878. Windows color (decimal): -2993077 or 4936914. OLE color: 4936914.
HSL color Cylindrical-coordinate representation of color #D2544B: hue angle of 4º 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 #D2544B is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 75 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.18 |
| HSL | 4º | 0.6% | 0.56% | - |
| HSV(B) | 4º | 0.64% | 0.82% | - |
| XYZ | 31.02 | 20.55 | 8.99 | - |
| YUV | 120.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 75 | 0 | 0.6 | 0.64 | 0.18 | 4 | 0.6 | 0.56 |
| Hex | D2 | 54 | 4B | 0 | 3C | 40 | 12 | 4 | 3C | 38 |
| Octal | 322 | 124 | 113 | 0 | 74 | 100 | 22 | 4 | 74 | 70 |
| Binary | 11010010 | 1010100 | 1001011 | 0 | 111100 | 1000000 | 10010 | 100 | 111100 | 111000 |
Color Harmonies of #D2544B
Complementary color
Monochromatic Colors of #D2544B
Black with #D2544B
Text Example
Text Example
White with #D2544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2544B; }
p { color: rgb(210,84,75); }
H1.HeaderClassName
{
color: #D2544B;
}
.AnyTagClassName
{
color: #D2544B;
}
</style>
background-color css
<style>
a { background-color: #D2544B; }
a { background-color: rgb(210,84,75); }
div.DivClassName
{
background-color: #D2544B;
}
.BgClassName
{
background-color: #D2544B;
}
</style>
border-color css
<style>
span { border-color: #D2544B; }
span { border-color: rgb(210,84,75); }
td.TdClassName
{
border-color: #D2544B;
}
.TagClassName
{
border-color: #D2544B;
}
</style>