Shades of Valencia #D1544E
Tints of Valencia #D1544E
RGB
CMYK
RGB Variations
Color information
#D1544E (or 0xD1544E) is known color: Valencia. HEX triplet: D1, 54 and 4E. RGB value is (209,84,78). Sum of RGB (Red+Green+Blue) = 209+84+78=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1544E is #2EABB1. Grayscale: #787878. Windows color (decimal): -3058610 or 5133521. OLE color: 5133521.
HSL color Cylindrical-coordinate representation of color #D1544E: hue angle of 2.75º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1544E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 78 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.18 |
| HSL | 2.75º | 0.59% | 0.56% | - |
| HSV(B) | 2.75º | 0.63% | 0.82% | - |
| XYZ | 30.84 | 20.45 | 9.53 | - |
| YUV | 120.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 78 | 0 | 0.60 | 0.63 | 0.18 | 2.75 | 0.59 | 0.56 |
| Hex | D1 | 54 | 4E | 0 | 3C | 3F | 12 | 3 | 3B | 38 |
| Octal | 321 | 124 | 116 | 0 | 74 | 77 | 22 | 3 | 73 | 70 |
| Binary | 11010001 | 1010100 | 1001110 | 0 | 111100 | 111111 | 10010 | 11 | 111011 | 111000 |
Color Harmonies of #D1544E
Complementary color
Monochromatic Colors of #D1544E
Black with #D1544E
Text Example
Text Example
White with #D1544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1544E; }
p { color: rgb(209,84,78); }
H1.HeaderClassName
{
color: #D1544E;
}
.AnyTagClassName
{
color: #D1544E;
}
</style>
background-color css
<style>
a { background-color: #D1544E; }
a { background-color: rgb(209,84,78); }
div.DivClassName
{
background-color: #D1544E;
}
.BgClassName
{
background-color: #D1544E;
}
</style>
border-color css
<style>
span { border-color: #D1544E; }
span { border-color: rgb(209,84,78); }
td.TdClassName
{
border-color: #D1544E;
}
.TagClassName
{
border-color: #D1544E;
}
</style>