Shades of Valencia #D14742
Tints of Valencia #D14742
RGB
CMYK
RGB Variations
Color information
#D14742 (or 0xD14742) is known color: Valencia. HEX triplet: D1, 47 and 42. RGB value is (209,71,66). Sum of RGB (Red+Green+Blue) = 209+71+66=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D14742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14742 is #2EB8BD. Grayscale: #6F6F6F. Windows color (decimal): -3061950 or 4343761. OLE color: 4343761.
HSL color Cylindrical-coordinate representation of color #D14742: hue angle of 2.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14742 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 66 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.18 |
| HSL | 2.1º | 0.61% | 0.54% | - |
| HSV(B) | 2.1º | 0.68% | 0.82% | - |
| XYZ | 29.53 | 18.46 | 7.16 | - |
| YUV | 111.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 66 | 0 | 0.66 | 0.68 | 0.18 | 2.1 | 0.61 | 0.54 |
| Hex | D1 | 47 | 42 | 0 | 42 | 44 | 12 | 2 | 3D | 36 |
| Octal | 321 | 107 | 102 | 0 | 102 | 104 | 22 | 2 | 75 | 66 |
| Binary | 11010001 | 1000111 | 1000010 | 0 | 1000010 | 1000100 | 10010 | 10 | 111101 | 110110 |
Color Harmonies of #D14742
Complementary color
Monochromatic Colors of #D14742
Black with #D14742
Text Example
Text Example
White with #D14742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14742; }
p { color: rgb(209,71,66); }
H1.HeaderClassName
{
color: #D14742;
}
.AnyTagClassName
{
color: #D14742;
}
</style>
background-color css
<style>
a { background-color: #D14742; }
a { background-color: rgb(209,71,66); }
div.DivClassName
{
background-color: #D14742;
}
.BgClassName
{
background-color: #D14742;
}
</style>
border-color css
<style>
span { border-color: #D14742; }
span { border-color: rgb(209,71,66); }
td.TdClassName
{
border-color: #D14742;
}
.TagClassName
{
border-color: #D14742;
}
</style>