Shades of Valencia #D3514D
Tints of Valencia #D3514D
RGB
CMYK
RGB Variations
Color information
#D3514D (or 0xD3514D) is known color: Valencia. HEX triplet: D3, 51 and 4D. RGB value is (211,81,77). Sum of RGB (Red+Green+Blue) = 211+81+77=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3514D is #2CAEB2. Grayscale: #777777. Windows color (decimal): -2928307 or 5067219. OLE color: 5067219.
HSL color Cylindrical-coordinate representation of color #D3514D: hue angle of 1.79º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3514D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 77 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.17 |
| HSL | 1.79º | 0.6% | 0.56% | - |
| HSV(B) | 1.79º | 0.64% | 0.83% | - |
| XYZ | 31.15 | 20.27 | 9.29 | - |
| YUV | 119.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 77 | 0 | 0.62 | 0.64 | 0.17 | 1.79 | 0.6 | 0.56 |
| Hex | D3 | 51 | 4D | 0 | 3E | 40 | 11 | 2 | 3C | 38 |
| Octal | 323 | 121 | 115 | 0 | 76 | 100 | 21 | 2 | 74 | 70 |
| Binary | 11010011 | 1010001 | 1001101 | 0 | 111110 | 1000000 | 10001 | 10 | 111100 | 111000 |
Color Harmonies of #D3514D
Complementary color
Monochromatic Colors of #D3514D
Black with #D3514D
Text Example
Text Example
White with #D3514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3514D; }
p { color: rgb(211,81,77); }
H1.HeaderClassName
{
color: #D3514D;
}
.AnyTagClassName
{
color: #D3514D;
}
</style>
background-color css
<style>
a { background-color: #D3514D; }
a { background-color: rgb(211,81,77); }
div.DivClassName
{
background-color: #D3514D;
}
.BgClassName
{
background-color: #D3514D;
}
</style>
border-color css
<style>
span { border-color: #D3514D; }
span { border-color: rgb(211,81,77); }
td.TdClassName
{
border-color: #D3514D;
}
.TagClassName
{
border-color: #D3514D;
}
</style>