Shades of Valencia #D34F47
Tints of Valencia #D34F47
RGB
CMYK
RGB Variations
Color information
#D34F47 (or 0xD34F47) is known color: Valencia. HEX triplet: D3, 4F and 47. RGB value is (211,79,71). Sum of RGB (Red+Green+Blue) = 211+79+71=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F47 is #2CB0B8. Grayscale: #757575. Windows color (decimal): -2928825 or 4673491. OLE color: 4673491.
HSL color Cylindrical-coordinate representation of color #D34F47: hue angle of 3.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34F47 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 71 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.17 |
| HSL | 3.43º | 0.61% | 0.55% | - |
| HSV(B) | 3.43º | 0.66% | 0.83% | - |
| XYZ | 30.8 | 19.9 | 8.18 | - |
| YUV | 117.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 71 | 0 | 0.63 | 0.66 | 0.17 | 3.43 | 0.61 | 0.55 |
| Hex | D3 | 4F | 47 | 0 | 3F | 42 | 11 | 3 | 3D | 37 |
| Octal | 323 | 117 | 107 | 0 | 77 | 102 | 21 | 3 | 75 | 67 |
| Binary | 11010011 | 1001111 | 1000111 | 0 | 111111 | 1000010 | 10001 | 11 | 111101 | 110111 |
Color Harmonies of #D34F47
Complementary color
Monochromatic Colors of #D34F47
Black with #D34F47
Text Example
Text Example
White with #D34F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F47; }
p { color: rgb(211,79,71); }
H1.HeaderClassName
{
color: #D34F47;
}
.AnyTagClassName
{
color: #D34F47;
}
</style>
background-color css
<style>
a { background-color: #D34F47; }
a { background-color: rgb(211,79,71); }
div.DivClassName
{
background-color: #D34F47;
}
.BgClassName
{
background-color: #D34F47;
}
</style>
border-color css
<style>
span { border-color: #D34F47; }
span { border-color: rgb(211,79,71); }
td.TdClassName
{
border-color: #D34F47;
}
.TagClassName
{
border-color: #D34F47;
}
</style>