Shades of Valencia #D55954
Tints of Valencia #D55954
RGB
CMYK
RGB Variations
Color information
#D55954 (or 0xD55954) is known color: Valencia. HEX triplet: D5, 59 and 54. RGB value is (213,89,84). Sum of RGB (Red+Green+Blue) = 213+89+84=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55954 is #2AA6AB. Grayscale: #7D7D7D. Windows color (decimal): -2795180 or 5528021. OLE color: 5528021.
HSL color Cylindrical-coordinate representation of color #D55954: hue angle of 2.33º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55954 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 84 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.16 |
| HSL | 2.33º | 0.61% | 0.58% | - |
| HSV(B) | 2.33º | 0.61% | 0.84% | - |
| XYZ | 32.61 | 21.93 | 10.9 | - |
| YUV | 125.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 84 | 0 | 0.58 | 0.61 | 0.16 | 2.33 | 0.61 | 0.58 |
| Hex | D5 | 59 | 54 | 0 | 3A | 3D | 10 | 2 | 3D | 3A |
| Octal | 325 | 131 | 124 | 0 | 72 | 75 | 20 | 2 | 75 | 72 |
| Binary | 11010101 | 1011001 | 1010100 | 0 | 111010 | 111101 | 10000 | 10 | 111101 | 111010 |
Color Harmonies of #D55954
Complementary color
Monochromatic Colors of #D55954
Black with #D55954
Text Example
Text Example
White with #D55954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55954; }
p { color: rgb(213,89,84); }
H1.HeaderClassName
{
color: #D55954;
}
.AnyTagClassName
{
color: #D55954;
}
</style>
background-color css
<style>
a { background-color: #D55954; }
a { background-color: rgb(213,89,84); }
div.DivClassName
{
background-color: #D55954;
}
.BgClassName
{
background-color: #D55954;
}
</style>
border-color css
<style>
span { border-color: #D55954; }
span { border-color: rgb(213,89,84); }
td.TdClassName
{
border-color: #D55954;
}
.TagClassName
{
border-color: #D55954;
}
</style>