Shades of Valencia #D14740
Tints of Valencia #D14740
RGB
CMYK
RGB Variations
Color information
#D14740 (or 0xD14740) is known color: Valencia. HEX triplet: D1, 47 and 40. RGB value is (209,71,64). Sum of RGB (Red+Green+Blue) = 209+71+64=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D14740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14740 is #2EB8BF. Grayscale: #6F6F6F. Windows color (decimal): -3061952 or 4212689. OLE color: 4212689.
HSL color Cylindrical-coordinate representation of color #D14740: hue angle of 2.9º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14740 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 64 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.18 |
| HSL | 2.9º | 0.61% | 0.54% | - |
| HSV(B) | 2.9º | 0.69% | 0.82% | - |
| XYZ | 29.47 | 18.43 | 6.85 | - |
| YUV | 111.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 64 | 0 | 0.66 | 0.69 | 0.18 | 2.9 | 0.61 | 0.54 |
| Hex | D1 | 47 | 40 | 0 | 42 | 45 | 12 | 3 | 3D | 36 |
| Octal | 321 | 107 | 100 | 0 | 102 | 105 | 22 | 3 | 75 | 66 |
| Binary | 11010001 | 1000111 | 1000000 | 0 | 1000010 | 1000101 | 10010 | 11 | 111101 | 110110 |
Color Harmonies of #D14740
Complementary color
Monochromatic Colors of #D14740
Black with #D14740
Text Example
Text Example
White with #D14740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14740; }
p { color: rgb(209,71,64); }
H1.HeaderClassName
{
color: #D14740;
}
.AnyTagClassName
{
color: #D14740;
}
</style>
background-color css
<style>
a { background-color: #D14740; }
a { background-color: rgb(209,71,64); }
div.DivClassName
{
background-color: #D14740;
}
.BgClassName
{
background-color: #D14740;
}
</style>
border-color css
<style>
span { border-color: #D14740; }
span { border-color: rgb(209,71,64); }
td.TdClassName
{
border-color: #D14740;
}
.TagClassName
{
border-color: #D14740;
}
</style>