Shades of Valencia #D14A44
Tints of Valencia #D14A44
RGB
CMYK
RGB Variations
Color information
#D14A44 (or 0xD14A44) is known color: Valencia. HEX triplet: D1, 4A and 44. RGB value is (209,74,68). Sum of RGB (Red+Green+Blue) = 209+74+68=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A44 is #2EB5BB. Grayscale: #717171. Windows color (decimal): -3061180 or 4475601. OLE color: 4475601.
HSL color Cylindrical-coordinate representation of color #D14A44: hue angle of 2.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14A44 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 68 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.18 |
| HSL | 2.55º | 0.61% | 0.54% | - |
| HSV(B) | 2.55º | 0.67% | 0.82% | - |
| XYZ | 29.79 | 18.87 | 7.54 | - |
| YUV | 113.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 68 | 0 | 0.65 | 0.67 | 0.18 | 2.55 | 0.61 | 0.54 |
| Hex | D1 | 4A | 44 | 0 | 41 | 43 | 12 | 3 | 3D | 36 |
| Octal | 321 | 112 | 104 | 0 | 101 | 103 | 22 | 3 | 75 | 66 |
| Binary | 11010001 | 1001010 | 1000100 | 0 | 1000001 | 1000011 | 10010 | 11 | 111101 | 110110 |
Color Harmonies of #D14A44
Complementary color
Monochromatic Colors of #D14A44
Black with #D14A44
Text Example
Text Example
White with #D14A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A44; }
p { color: rgb(209,74,68); }
H1.HeaderClassName
{
color: #D14A44;
}
.AnyTagClassName
{
color: #D14A44;
}
</style>
background-color css
<style>
a { background-color: #D14A44; }
a { background-color: rgb(209,74,68); }
div.DivClassName
{
background-color: #D14A44;
}
.BgClassName
{
background-color: #D14A44;
}
</style>
border-color css
<style>
span { border-color: #D14A44; }
span { border-color: rgb(209,74,68); }
td.TdClassName
{
border-color: #D14A44;
}
.TagClassName
{
border-color: #D14A44;
}
</style>