Shades of Valencia #D14B49
Tints of Valencia #D14B49
RGB
CMYK
RGB Variations
Color information
#D14B49 (or 0xD14B49) is known color: Valencia. HEX triplet: D1, 4B and 49. RGB value is (209,75,73). Sum of RGB (Red+Green+Blue) = 209+75+73=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14B49 is #2EB4B6. Grayscale: #727272. Windows color (decimal): -3060919 or 4803537. OLE color: 4803537.
HSL color Cylindrical-coordinate representation of color #D14B49: hue angle of 0.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14B49 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 73 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.18 |
| HSL | 0.88º | 0.6% | 0.55% | - |
| HSV(B) | 0.88º | 0.65% | 0.82% | - |
| XYZ | 30.01 | 19.07 | 8.4 | - |
| YUV | 114.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 73 | 0 | 0.64 | 0.65 | 0.18 | 0.88 | 0.6 | 0.55 |
| Hex | D1 | 4B | 49 | 0 | 40 | 41 | 12 | 1 | 3C | 37 |
| Octal | 321 | 113 | 111 | 0 | 100 | 101 | 22 | 1 | 74 | 67 |
| Binary | 11010001 | 1001011 | 1001001 | 0 | 1000000 | 1000001 | 10010 | 1 | 111100 | 110111 |
Color Harmonies of #D14B49
Complementary color
Monochromatic Colors of #D14B49
Black with #D14B49
Text Example
Text Example
White with #D14B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B49; }
p { color: rgb(209,75,73); }
H1.HeaderClassName
{
color: #D14B49;
}
.AnyTagClassName
{
color: #D14B49;
}
</style>
background-color css
<style>
a { background-color: #D14B49; }
a { background-color: rgb(209,75,73); }
div.DivClassName
{
background-color: #D14B49;
}
.BgClassName
{
background-color: #D14B49;
}
</style>
border-color css
<style>
span { border-color: #D14B49; }
span { border-color: rgb(209,75,73); }
td.TdClassName
{
border-color: #D14B49;
}
.TagClassName
{
border-color: #D14B49;
}
</style>