Shades of Valencia #D14644
Tints of Valencia #D14644
RGB
CMYK
RGB Variations
Color information
#D14644 (or 0xD14644) is known color: Valencia. HEX triplet: D1, 46 and 44. RGB value is (209,70,68). Sum of RGB (Red+Green+Blue) = 209+70+68=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14644 is #2EB9BB. Grayscale: #6F6F6F. Windows color (decimal): -3062204 or 4474577. OLE color: 4474577.
HSL color Cylindrical-coordinate representation of color #D14644: hue angle of 0.85º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14644 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 68 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.18 |
| HSL | 0.85º | 0.61% | 0.54% | - |
| HSV(B) | 0.85º | 0.67% | 0.82% | - |
| XYZ | 29.53 | 18.35 | 7.46 | - |
| YUV | 111.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 68 | 0 | 0.67 | 0.67 | 0.18 | 0.85 | 0.61 | 0.54 |
| Hex | D1 | 46 | 44 | 0 | 43 | 43 | 12 | 1 | 3D | 36 |
| Octal | 321 | 106 | 104 | 0 | 103 | 103 | 22 | 1 | 75 | 66 |
| Binary | 11010001 | 1000110 | 1000100 | 0 | 1000011 | 1000011 | 10010 | 1 | 111101 | 110110 |
Color Harmonies of #D14644
Complementary color
Monochromatic Colors of #D14644
Black with #D14644
Text Example
Text Example
White with #D14644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14644; }
p { color: rgb(209,70,68); }
H1.HeaderClassName
{
color: #D14644;
}
.AnyTagClassName
{
color: #D14644;
}
</style>
background-color css
<style>
a { background-color: #D14644; }
a { background-color: rgb(209,70,68); }
div.DivClassName
{
background-color: #D14644;
}
.BgClassName
{
background-color: #D14644;
}
</style>
border-color css
<style>
span { border-color: #D14644; }
span { border-color: rgb(209,70,68); }
td.TdClassName
{
border-color: #D14644;
}
.TagClassName
{
border-color: #D14644;
}
</style>