Shades of Valencia #D14947
Tints of Valencia #D14947
RGB
CMYK
RGB Variations
Color information
#D14947 (or 0xD14947) is known color: Valencia. HEX triplet: D1, 49 and 47. RGB value is (209,73,71). Sum of RGB (Red+Green+Blue) = 209+73+71=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D14947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14947 is #2EB6B8. Grayscale: #717171. Windows color (decimal): -3061433 or 4671953. OLE color: 4671953.
HSL color Cylindrical-coordinate representation of color #D14947: hue angle of 0.87º 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 #D14947 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 71 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.18 |
| HSL | 0.87º | 0.6% | 0.55% | - |
| HSV(B) | 0.87º | 0.66% | 0.82% | - |
| XYZ | 29.81 | 18.78 | 8.01 | - |
| YUV | 113.44 | 104.06 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 71 | 0 | 0.65 | 0.66 | 0.18 | 0.87 | 0.6 | 0.55 |
| Hex | D1 | 49 | 47 | 0 | 41 | 42 | 12 | 1 | 3C | 37 |
| Octal | 321 | 111 | 107 | 0 | 101 | 102 | 22 | 1 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1000111 | 0 | 1000001 | 1000010 | 10010 | 1 | 111100 | 110111 |
Color Harmonies of #D14947
Complementary color
Monochromatic Colors of #D14947
Black with #D14947
Text Example
Text Example
White with #D14947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14947; }
p { color: rgb(209,73,71); }
H1.HeaderClassName
{
color: #D14947;
}
.AnyTagClassName
{
color: #D14947;
}
</style>
background-color css
<style>
a { background-color: #D14947; }
a { background-color: rgb(209,73,71); }
div.DivClassName
{
background-color: #D14947;
}
.BgClassName
{
background-color: #D14947;
}
</style>
border-color css
<style>
span { border-color: #D14947; }
span { border-color: rgb(209,73,71); }
td.TdClassName
{
border-color: #D14947;
}
.TagClassName
{
border-color: #D14947;
}
</style>