Shades of Valencia #D14744
Tints of Valencia #D14744
RGB
CMYK
RGB Variations
Color information
#D14744 (or 0xD14744) is known color: Valencia. HEX triplet: D1, 47 and 44. RGB value is (209,71,68). Sum of RGB (Red+Green+Blue) = 209+71+68=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14744 is #2EB8BB. Grayscale: #707070. Windows color (decimal): -3061948 or 4474833. OLE color: 4474833.
HSL color Cylindrical-coordinate representation of color #D14744: hue angle of 1.28º 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 #D14744 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 68 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.18 |
| HSL | 1.28º | 0.61% | 0.54% | - |
| HSV(B) | 1.28º | 0.67% | 0.82% | - |
| XYZ | 29.59 | 18.48 | 7.48 | - |
| YUV | 111.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 68 | 0 | 0.66 | 0.67 | 0.18 | 1.28 | 0.61 | 0.54 |
| Hex | D1 | 47 | 44 | 0 | 42 | 43 | 12 | 1 | 3D | 36 |
| Octal | 321 | 107 | 104 | 0 | 102 | 103 | 22 | 1 | 75 | 66 |
| Binary | 11010001 | 1000111 | 1000100 | 0 | 1000010 | 1000011 | 10010 | 1 | 111101 | 110110 |
Color Harmonies of #D14744
Complementary color
Monochromatic Colors of #D14744
Black with #D14744
Text Example
Text Example
White with #D14744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14744; }
p { color: rgb(209,71,68); }
H1.HeaderClassName
{
color: #D14744;
}
.AnyTagClassName
{
color: #D14744;
}
</style>
background-color css
<style>
a { background-color: #D14744; }
a { background-color: rgb(209,71,68); }
div.DivClassName
{
background-color: #D14744;
}
.BgClassName
{
background-color: #D14744;
}
</style>
border-color css
<style>
span { border-color: #D14744; }
span { border-color: rgb(209,71,68); }
td.TdClassName
{
border-color: #D14744;
}
.TagClassName
{
border-color: #D14744;
}
</style>