Shades of Valencia #D14442
Tints of Valencia #D14442
RGB
CMYK
RGB Variations
Color information
#D14442 (or 0xD14442) is known color: Valencia. HEX triplet: D1, 44 and 42. RGB value is (209,68,66). Sum of RGB (Red+Green+Blue) = 209+68+66=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D14442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14442 is #2EBBBD. Grayscale: #6E6E6E. Windows color (decimal): -3062718 or 4342993. OLE color: 4342993.
HSL color Cylindrical-coordinate representation of color #D14442: hue angle of 0.84º 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 #D14442 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 66 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.18 |
| HSL | 0.84º | 0.61% | 0.54% | - |
| HSV(B) | 0.84º | 0.68% | 0.82% | - |
| XYZ | 29.34 | 18.08 | 7.1 | - |
| YUV | 109.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 66 | 0 | 0.67 | 0.68 | 0.18 | 0.84 | 0.61 | 0.54 |
| Hex | D1 | 44 | 42 | 0 | 43 | 44 | 12 | 1 | 3D | 36 |
| Octal | 321 | 104 | 102 | 0 | 103 | 104 | 22 | 1 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1000010 | 0 | 1000011 | 1000100 | 10010 | 1 | 111101 | 110110 |
Color Harmonies of #D14442
Complementary color
Monochromatic Colors of #D14442
Black with #D14442
Text Example
Text Example
White with #D14442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14442; }
p { color: rgb(209,68,66); }
H1.HeaderClassName
{
color: #D14442;
}
.AnyTagClassName
{
color: #D14442;
}
</style>
background-color css
<style>
a { background-color: #D14442; }
a { background-color: rgb(209,68,66); }
div.DivClassName
{
background-color: #D14442;
}
.BgClassName
{
background-color: #D14442;
}
</style>
border-color css
<style>
span { border-color: #D14442; }
span { border-color: rgb(209,68,66); }
td.TdClassName
{
border-color: #D14442;
}
.TagClassName
{
border-color: #D14442;
}
</style>