Shades of Valencia #D14C43
Tints of Valencia #D14C43
RGB
CMYK
RGB Variations
Color information
#D14C43 (or 0xD14C43) is known color: Valencia. HEX triplet: D1, 4C and 43. RGB value is (209,76,67). Sum of RGB (Red+Green+Blue) = 209+76+67=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C43 is #2EB3BC. Grayscale: #727272. Windows color (decimal): -3060669 or 4410577. OLE color: 4410577.
HSL color Cylindrical-coordinate representation of color #D14C43: hue angle of 3.8º 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 #D14C43 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 67 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.18 |
| HSL | 3.8º | 0.61% | 0.54% | - |
| HSV(B) | 3.8º | 0.68% | 0.82% | - |
| XYZ | 29.89 | 19.13 | 7.43 | - |
| YUV | 114.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 67 | 0 | 0.64 | 0.68 | 0.18 | 3.8 | 0.61 | 0.54 |
| Hex | D1 | 4C | 43 | 0 | 40 | 44 | 12 | 4 | 3D | 36 |
| Octal | 321 | 114 | 103 | 0 | 100 | 104 | 22 | 4 | 75 | 66 |
| Binary | 11010001 | 1001100 | 1000011 | 0 | 1000000 | 1000100 | 10010 | 100 | 111101 | 110110 |
Color Harmonies of #D14C43
Complementary color
Monochromatic Colors of #D14C43
Black with #D14C43
Text Example
Text Example
White with #D14C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C43; }
p { color: rgb(209,76,67); }
H1.HeaderClassName
{
color: #D14C43;
}
.AnyTagClassName
{
color: #D14C43;
}
</style>
background-color css
<style>
a { background-color: #D14C43; }
a { background-color: rgb(209,76,67); }
div.DivClassName
{
background-color: #D14C43;
}
.BgClassName
{
background-color: #D14C43;
}
</style>
border-color css
<style>
span { border-color: #D14C43; }
span { border-color: rgb(209,76,67); }
td.TdClassName
{
border-color: #D14C43;
}
.TagClassName
{
border-color: #D14C43;
}
</style>