Shades of Valencia #D14D43
Tints of Valencia #D14D43
RGB
CMYK
RGB Variations
Color information
#D14D43 (or 0xD14D43) is known color: Valencia. HEX triplet: D1, 4D and 43. RGB value is (209,77,67). Sum of RGB (Red+Green+Blue) = 209+77+67=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D43 is #2EB2BC. Grayscale: #737373. Windows color (decimal): -3060413 or 4410833. OLE color: 4410833.
HSL color Cylindrical-coordinate representation of color #D14D43: hue angle of 4.23º 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 #D14D43 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 67 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.18 |
| HSL | 4.23º | 0.61% | 0.54% | - |
| HSV(B) | 4.23º | 0.68% | 0.82% | - |
| XYZ | 29.96 | 19.27 | 7.45 | - |
| YUV | 115.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 67 | 0 | 0.63 | 0.68 | 0.18 | 4.23 | 0.61 | 0.54 |
| Hex | D1 | 4D | 43 | 0 | 3F | 44 | 12 | 4 | 3D | 36 |
| Octal | 321 | 115 | 103 | 0 | 77 | 104 | 22 | 4 | 75 | 66 |
| Binary | 11010001 | 1001101 | 1000011 | 0 | 111111 | 1000100 | 10010 | 100 | 111101 | 110110 |
Color Harmonies of #D14D43
Complementary color
Monochromatic Colors of #D14D43
Black with #D14D43
Text Example
Text Example
White with #D14D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D43; }
p { color: rgb(209,77,67); }
H1.HeaderClassName
{
color: #D14D43;
}
.AnyTagClassName
{
color: #D14D43;
}
</style>
background-color css
<style>
a { background-color: #D14D43; }
a { background-color: rgb(209,77,67); }
div.DivClassName
{
background-color: #D14D43;
}
.BgClassName
{
background-color: #D14D43;
}
</style>
border-color css
<style>
span { border-color: #D14D43; }
span { border-color: rgb(209,77,67); }
td.TdClassName
{
border-color: #D14D43;
}
.TagClassName
{
border-color: #D14D43;
}
</style>