Shades of Valencia #D14F48
Tints of Valencia #D14F48
RGB
CMYK
RGB Variations
Color information
#D14F48 (or 0xD14F48) is known color: Valencia. HEX triplet: D1, 4F and 48. RGB value is (209,79,72). Sum of RGB (Red+Green+Blue) = 209+79+72=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F48 is #2EB0B7. Grayscale: #757575. Windows color (decimal): -3059896 or 4739025. OLE color: 4739025.
HSL color Cylindrical-coordinate representation of color #D14F48: hue angle of 3.07º 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 #D14F48 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 72 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.18 |
| HSL | 3.07º | 0.6% | 0.55% | - |
| HSV(B) | 3.07º | 0.66% | 0.82% | - |
| XYZ | 30.26 | 19.62 | 8.32 | - |
| YUV | 117.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 72 | 0 | 0.62 | 0.66 | 0.18 | 3.07 | 0.6 | 0.55 |
| Hex | D1 | 4F | 48 | 0 | 3E | 42 | 12 | 3 | 3C | 37 |
| Octal | 321 | 117 | 110 | 0 | 76 | 102 | 22 | 3 | 74 | 67 |
| Binary | 11010001 | 1001111 | 1001000 | 0 | 111110 | 1000010 | 10010 | 11 | 111100 | 110111 |
Color Harmonies of #D14F48
Complementary color
Monochromatic Colors of #D14F48
Black with #D14F48
Text Example
Text Example
White with #D14F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F48; }
p { color: rgb(209,79,72); }
H1.HeaderClassName
{
color: #D14F48;
}
.AnyTagClassName
{
color: #D14F48;
}
</style>
background-color css
<style>
a { background-color: #D14F48; }
a { background-color: rgb(209,79,72); }
div.DivClassName
{
background-color: #D14F48;
}
.BgClassName
{
background-color: #D14F48;
}
</style>
border-color css
<style>
span { border-color: #D14F48; }
span { border-color: rgb(209,79,72); }
td.TdClassName
{
border-color: #D14F48;
}
.TagClassName
{
border-color: #D14F48;
}
</style>