Shades of Valencia #D14942
Tints of Valencia #D14942
RGB
CMYK
RGB Variations
Color information
#D14942 (or 0xD14942) is known color: Valencia. HEX triplet: D1, 49 and 42. RGB value is (209,73,66). Sum of RGB (Red+Green+Blue) = 209+73+66=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14942 is #2EB6BD. Grayscale: #717171. Windows color (decimal): -3061438 or 4344273. OLE color: 4344273.
HSL color Cylindrical-coordinate representation of color #D14942: hue angle of 2.94º 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 #D14942 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 66 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.18 |
| HSL | 2.94º | 0.61% | 0.54% | - |
| HSV(B) | 2.94º | 0.68% | 0.82% | - |
| XYZ | 29.66 | 18.71 | 7.2 | - |
| YUV | 112.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 66 | 0 | 0.65 | 0.68 | 0.18 | 2.94 | 0.61 | 0.54 |
| Hex | D1 | 49 | 42 | 0 | 41 | 44 | 12 | 3 | 3D | 36 |
| Octal | 321 | 111 | 102 | 0 | 101 | 104 | 22 | 3 | 75 | 66 |
| Binary | 11010001 | 1001001 | 1000010 | 0 | 1000001 | 1000100 | 10010 | 11 | 111101 | 110110 |
Color Harmonies of #D14942
Complementary color
Monochromatic Colors of #D14942
Black with #D14942
Text Example
Text Example
White with #D14942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14942; }
p { color: rgb(209,73,66); }
H1.HeaderClassName
{
color: #D14942;
}
.AnyTagClassName
{
color: #D14942;
}
</style>
background-color css
<style>
a { background-color: #D14942; }
a { background-color: rgb(209,73,66); }
div.DivClassName
{
background-color: #D14942;
}
.BgClassName
{
background-color: #D14942;
}
</style>
border-color css
<style>
span { border-color: #D14942; }
span { border-color: rgb(209,73,66); }
td.TdClassName
{
border-color: #D14942;
}
.TagClassName
{
border-color: #D14942;
}
</style>