Shades of Valencia #D1554D
Tints of Valencia #D1554D
RGB
CMYK
RGB Variations
Color information
#D1554D (or 0xD1554D) is known color: Valencia. HEX triplet: D1, 55 and 4D. RGB value is (209,85,77). Sum of RGB (Red+Green+Blue) = 209+85+77=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1554D is #2EAAB2. Grayscale: #797979. Windows color (decimal): -3058355 or 5068241. OLE color: 5068241.
HSL color Cylindrical-coordinate representation of color #D1554D: hue angle of 3.64º 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 #D1554D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 77 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.18 |
| HSL | 3.64º | 0.59% | 0.56% | - |
| HSV(B) | 3.64º | 0.63% | 0.82% | - |
| XYZ | 30.88 | 20.59 | 9.37 | - |
| YUV | 121.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 77 | 0 | 0.59 | 0.63 | 0.18 | 3.64 | 0.59 | 0.56 |
| Hex | D1 | 55 | 4D | 0 | 3B | 3F | 12 | 4 | 3B | 38 |
| Octal | 321 | 125 | 115 | 0 | 73 | 77 | 22 | 4 | 73 | 70 |
| Binary | 11010001 | 1010101 | 1001101 | 0 | 111011 | 111111 | 10010 | 100 | 111011 | 111000 |
Color Harmonies of #D1554D
Complementary color
Monochromatic Colors of #D1554D
Black with #D1554D
Text Example
Text Example
White with #D1554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1554D; }
p { color: rgb(209,85,77); }
H1.HeaderClassName
{
color: #D1554D;
}
.AnyTagClassName
{
color: #D1554D;
}
</style>
background-color css
<style>
a { background-color: #D1554D; }
a { background-color: rgb(209,85,77); }
div.DivClassName
{
background-color: #D1554D;
}
.BgClassName
{
background-color: #D1554D;
}
</style>
border-color css
<style>
span { border-color: #D1554D; }
span { border-color: rgb(209,85,77); }
td.TdClassName
{
border-color: #D1554D;
}
.TagClassName
{
border-color: #D1554D;
}
</style>