Shades of Valencia #D14F43
Tints of Valencia #D14F43
RGB
CMYK
RGB Variations
Color information
#D14F43 (or 0xD14F43) is known color: Valencia. HEX triplet: D1, 4F and 43. RGB value is (209,79,67). Sum of RGB (Red+Green+Blue) = 209+79+67=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F43 is #2EB0BC. Grayscale: #747474. Windows color (decimal): -3059901 or 4411345. OLE color: 4411345.
HSL color Cylindrical-coordinate representation of color #D14F43: hue angle of 5.07º 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 #D14F43 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 67 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.18 |
| HSL | 5.07º | 0.61% | 0.54% | - |
| HSV(B) | 5.07º | 0.68% | 0.82% | - |
| XYZ | 30.1 | 19.55 | 7.5 | - |
| YUV | 116.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 67 | 0 | 0.62 | 0.68 | 0.18 | 5.07 | 0.61 | 0.54 |
| Hex | D1 | 4F | 43 | 0 | 3E | 44 | 12 | 5 | 3D | 36 |
| Octal | 321 | 117 | 103 | 0 | 76 | 104 | 22 | 5 | 75 | 66 |
| Binary | 11010001 | 1001111 | 1000011 | 0 | 111110 | 1000100 | 10010 | 101 | 111101 | 110110 |
Color Harmonies of #D14F43
Complementary color
Monochromatic Colors of #D14F43
Black with #D14F43
Text Example
Text Example
White with #D14F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F43; }
p { color: rgb(209,79,67); }
H1.HeaderClassName
{
color: #D14F43;
}
.AnyTagClassName
{
color: #D14F43;
}
</style>
background-color css
<style>
a { background-color: #D14F43; }
a { background-color: rgb(209,79,67); }
div.DivClassName
{
background-color: #D14F43;
}
.BgClassName
{
background-color: #D14F43;
}
</style>
border-color css
<style>
span { border-color: #D14F43; }
span { border-color: rgb(209,79,67); }
td.TdClassName
{
border-color: #D14F43;
}
.TagClassName
{
border-color: #D14F43;
}
</style>