Shades of Valencia #D1554F
Tints of Valencia #D1554F
RGB
CMYK
RGB Variations
Color information
#D1554F (or 0xD1554F) is known color: Valencia. HEX triplet: D1, 55 and 4F. RGB value is (209,85,79). Sum of RGB (Red+Green+Blue) = 209+85+79=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1554F is #2EAAB0. Grayscale: #797979. Windows color (decimal): -3058353 or 5199313. OLE color: 5199313.
HSL color Cylindrical-coordinate representation of color #D1554F: hue angle of 2.77º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1554F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 79 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.18 |
| HSL | 2.77º | 0.59% | 0.56% | - |
| HSV(B) | 2.77º | 0.62% | 0.82% | - |
| XYZ | 30.95 | 20.62 | 9.75 | - |
| YUV | 121.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 79 | 0 | 0.59 | 0.62 | 0.18 | 2.77 | 0.59 | 0.56 |
| Hex | D1 | 55 | 4F | 0 | 3B | 3E | 12 | 3 | 3B | 38 |
| Octal | 321 | 125 | 117 | 0 | 73 | 76 | 22 | 3 | 73 | 70 |
| Binary | 11010001 | 1010101 | 1001111 | 0 | 111011 | 111110 | 10010 | 11 | 111011 | 111000 |
Color Harmonies of #D1554F
Complementary color
Monochromatic Colors of #D1554F
Black with #D1554F
Text Example
Text Example
White with #D1554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1554F; }
p { color: rgb(209,85,79); }
H1.HeaderClassName
{
color: #D1554F;
}
.AnyTagClassName
{
color: #D1554F;
}
</style>
background-color css
<style>
a { background-color: #D1554F; }
a { background-color: rgb(209,85,79); }
div.DivClassName
{
background-color: #D1554F;
}
.BgClassName
{
background-color: #D1554F;
}
</style>
border-color css
<style>
span { border-color: #D1554F; }
span { border-color: rgb(209,85,79); }
td.TdClassName
{
border-color: #D1554F;
}
.TagClassName
{
border-color: #D1554F;
}
</style>