Shades of Valencia #D2554D
Tints of Valencia #D2554D
RGB
CMYK
RGB Variations
Color information
#D2554D (or 0xD2554D) is known color: Valencia. HEX triplet: D2, 55 and 4D. RGB value is (210,85,77). Sum of RGB (Red+Green+Blue) = 210+85+77=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2554D is #2DAAB2. Grayscale: #797979. Windows color (decimal): -2992819 or 5068242. OLE color: 5068242.
HSL color Cylindrical-coordinate representation of color #D2554D: hue angle of 3.61º degrees, saturation: 0.6, 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 #D2554D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 77 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.18 |
| HSL | 3.61º | 0.6% | 0.56% | - |
| HSV(B) | 3.61º | 0.63% | 0.82% | - |
| XYZ | 31.17 | 20.73 | 9.38 | - |
| YUV | 121.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 77 | 0 | 0.60 | 0.63 | 0.18 | 3.61 | 0.6 | 0.56 |
| Hex | D2 | 55 | 4D | 0 | 3C | 3F | 12 | 4 | 3C | 38 |
| Octal | 322 | 125 | 115 | 0 | 74 | 77 | 22 | 4 | 74 | 70 |
| Binary | 11010010 | 1010101 | 1001101 | 0 | 111100 | 111111 | 10010 | 100 | 111100 | 111000 |
Color Harmonies of #D2554D
Complementary color
Monochromatic Colors of #D2554D
Black with #D2554D
Text Example
Text Example
White with #D2554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2554D; }
p { color: rgb(210,85,77); }
H1.HeaderClassName
{
color: #D2554D;
}
.AnyTagClassName
{
color: #D2554D;
}
</style>
background-color css
<style>
a { background-color: #D2554D; }
a { background-color: rgb(210,85,77); }
div.DivClassName
{
background-color: #D2554D;
}
.BgClassName
{
background-color: #D2554D;
}
</style>
border-color css
<style>
span { border-color: #D2554D; }
span { border-color: rgb(210,85,77); }
td.TdClassName
{
border-color: #D2554D;
}
.TagClassName
{
border-color: #D2554D;
}
</style>