Shades of Valencia #D14743
Tints of Valencia #D14743
RGB
CMYK
RGB Variations
Color information
#D14743 (or 0xD14743) is known color: Valencia. HEX triplet: D1, 47 and 43. RGB value is (209,71,67). Sum of RGB (Red+Green+Blue) = 209+71+67=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14743 is #2EB8BC. Grayscale: #6F6F6F. Windows color (decimal): -3061949 or 4409297. OLE color: 4409297.
HSL color Cylindrical-coordinate representation of color #D14743: hue angle of 1.69º 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 #D14743 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 67 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.18 |
| HSL | 1.69º | 0.61% | 0.54% | - |
| HSV(B) | 1.69º | 0.68% | 0.82% | - |
| XYZ | 29.56 | 18.47 | 7.32 | - |
| YUV | 111.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 67 | 0 | 0.66 | 0.68 | 0.18 | 1.69 | 0.61 | 0.54 |
| Hex | D1 | 47 | 43 | 0 | 42 | 44 | 12 | 2 | 3D | 36 |
| Octal | 321 | 107 | 103 | 0 | 102 | 104 | 22 | 2 | 75 | 66 |
| Binary | 11010001 | 1000111 | 1000011 | 0 | 1000010 | 1000100 | 10010 | 10 | 111101 | 110110 |
Color Harmonies of #D14743
Complementary color
Monochromatic Colors of #D14743
Black with #D14743
Text Example
Text Example
White with #D14743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14743; }
p { color: rgb(209,71,67); }
H1.HeaderClassName
{
color: #D14743;
}
.AnyTagClassName
{
color: #D14743;
}
</style>
background-color css
<style>
a { background-color: #D14743; }
a { background-color: rgb(209,71,67); }
div.DivClassName
{
background-color: #D14743;
}
.BgClassName
{
background-color: #D14743;
}
</style>
border-color css
<style>
span { border-color: #D14743; }
span { border-color: rgb(209,71,67); }
td.TdClassName
{
border-color: #D14743;
}
.TagClassName
{
border-color: #D14743;
}
</style>