Shades of Valencia #D14642
Tints of Valencia #D14642
RGB
CMYK
RGB Variations
Color information
#D14642 (or 0xD14642) is known color: Valencia. HEX triplet: D1, 46 and 42. RGB value is (209,70,66). Sum of RGB (Red+Green+Blue) = 209+70+66=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14642 is #2EB9BD. Grayscale: #6F6F6F. Windows color (decimal): -3062206 or 4343505. OLE color: 4343505.
HSL color Cylindrical-coordinate representation of color #D14642: hue angle of 1.68º 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 #D14642 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 66 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.18 |
| HSL | 1.68º | 0.61% | 0.54% | - |
| HSV(B) | 1.68º | 0.68% | 0.82% | - |
| XYZ | 29.47 | 18.33 | 7.14 | - |
| YUV | 111.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 66 | 0 | 0.67 | 0.68 | 0.18 | 1.68 | 0.61 | 0.54 |
| Hex | D1 | 46 | 42 | 0 | 43 | 44 | 12 | 2 | 3D | 36 |
| Octal | 321 | 106 | 102 | 0 | 103 | 104 | 22 | 2 | 75 | 66 |
| Binary | 11010001 | 1000110 | 1000010 | 0 | 1000011 | 1000100 | 10010 | 10 | 111101 | 110110 |
Color Harmonies of #D14642
Complementary color
Monochromatic Colors of #D14642
Black with #D14642
Text Example
Text Example
White with #D14642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14642; }
p { color: rgb(209,70,66); }
H1.HeaderClassName
{
color: #D14642;
}
.AnyTagClassName
{
color: #D14642;
}
</style>
background-color css
<style>
a { background-color: #D14642; }
a { background-color: rgb(209,70,66); }
div.DivClassName
{
background-color: #D14642;
}
.BgClassName
{
background-color: #D14642;
}
</style>
border-color css
<style>
span { border-color: #D14642; }
span { border-color: rgb(209,70,66); }
td.TdClassName
{
border-color: #D14642;
}
.TagClassName
{
border-color: #D14642;
}
</style>