Shades of Valencia #D55C51
Tints of Valencia #D55C51
RGB
CMYK
RGB Variations
Color information
#D55C51 (or 0xD55C51) is known color: Valencia. HEX triplet: D5, 5C and 51. RGB value is (213,92,81). Sum of RGB (Red+Green+Blue) = 213+92+81=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C51 is #2AA3AE. Grayscale: #7F7F7F. Windows color (decimal): -2794415 or 5332181. OLE color: 5332181.
HSL color Cylindrical-coordinate representation of color #D55C51: hue angle of 5º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55C51 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 81 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.16 |
| HSL | 5º | 0.61% | 0.58% | - |
| HSV(B) | 5º | 0.62% | 0.84% | - |
| XYZ | 32.75 | 22.39 | 10.38 | - |
| YUV | 126.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 81 | 0 | 0.57 | 0.62 | 0.16 | 5 | 0.61 | 0.58 |
| Hex | D5 | 5C | 51 | 0 | 39 | 3E | 10 | 5 | 3D | 3A |
| Octal | 325 | 134 | 121 | 0 | 71 | 76 | 20 | 5 | 75 | 72 |
| Binary | 11010101 | 1011100 | 1010001 | 0 | 111001 | 111110 | 10000 | 101 | 111101 | 111010 |
Color Harmonies of #D55C51
Complementary color
Monochromatic Colors of #D55C51
Black with #D55C51
Text Example
Text Example
White with #D55C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C51; }
p { color: rgb(213,92,81); }
H1.HeaderClassName
{
color: #D55C51;
}
.AnyTagClassName
{
color: #D55C51;
}
</style>
background-color css
<style>
a { background-color: #D55C51; }
a { background-color: rgb(213,92,81); }
div.DivClassName
{
background-color: #D55C51;
}
.BgClassName
{
background-color: #D55C51;
}
</style>
border-color css
<style>
span { border-color: #D55C51; }
span { border-color: rgb(213,92,81); }
td.TdClassName
{
border-color: #D55C51;
}
.TagClassName
{
border-color: #D55C51;
}
</style>