Shades of Valencia #D14F47
Tints of Valencia #D14F47
RGB
CMYK
RGB Variations
Color information
#D14F47 (or 0xD14F47) is known color: Valencia. HEX triplet: D1, 4F and 47. RGB value is (209,79,71). Sum of RGB (Red+Green+Blue) = 209+79+71=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F47 is #2EB0B8. Grayscale: #757575. Windows color (decimal): -3059897 or 4673489. OLE color: 4673489.
HSL color Cylindrical-coordinate representation of color #D14F47: hue angle of 3.48º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14F47 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 71 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.18 |
| HSL | 3.48º | 0.6% | 0.55% | - |
| HSV(B) | 3.48º | 0.66% | 0.82% | - |
| XYZ | 30.23 | 19.6 | 8.15 | - |
| YUV | 116.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 71 | 0 | 0.62 | 0.66 | 0.18 | 3.48 | 0.6 | 0.55 |
| Hex | D1 | 4F | 47 | 0 | 3E | 42 | 12 | 3 | 3C | 37 |
| Octal | 321 | 117 | 107 | 0 | 76 | 102 | 22 | 3 | 74 | 67 |
| Binary | 11010001 | 1001111 | 1000111 | 0 | 111110 | 1000010 | 10010 | 11 | 111100 | 110111 |
Color Harmonies of #D14F47
Complementary color
Monochromatic Colors of #D14F47
Black with #D14F47
Text Example
Text Example
White with #D14F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F47; }
p { color: rgb(209,79,71); }
H1.HeaderClassName
{
color: #D14F47;
}
.AnyTagClassName
{
color: #D14F47;
}
</style>
background-color css
<style>
a { background-color: #D14F47; }
a { background-color: rgb(209,79,71); }
div.DivClassName
{
background-color: #D14F47;
}
.BgClassName
{
background-color: #D14F47;
}
</style>
border-color css
<style>
span { border-color: #D14F47; }
span { border-color: rgb(209,79,71); }
td.TdClassName
{
border-color: #D14F47;
}
.TagClassName
{
border-color: #D14F47;
}
</style>