Shades of Valencia #D55E52
Tints of Valencia #D55E52
RGB
CMYK
RGB Variations
Color information
#D55E52 (or 0xD55E52) is known color: Valencia. HEX triplet: D5, 5E and 52. RGB value is (213,94,82). Sum of RGB (Red+Green+Blue) = 213+94+82=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E52 is #2AA1AD. Grayscale: #808080. Windows color (decimal): -2793902 or 5398229. OLE color: 5398229.
HSL color Cylindrical-coordinate representation of color #D55E52: hue angle of 5.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 #D55E52 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 82 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.16 |
| HSL | 5.5º | 0.61% | 0.58% | - |
| HSV(B) | 5.5º | 0.62% | 0.84% | - |
| XYZ | 32.97 | 22.76 | 10.64 | - |
| YUV | 128.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 82 | 0 | 0.56 | 0.62 | 0.16 | 5.5 | 0.61 | 0.58 |
| Hex | D5 | 5E | 52 | 0 | 38 | 3E | 10 | 5 | 3D | 3A |
| Octal | 325 | 136 | 122 | 0 | 70 | 76 | 20 | 5 | 75 | 72 |
| Binary | 11010101 | 1011110 | 1010010 | 0 | 111000 | 111110 | 10000 | 101 | 111101 | 111010 |
Color Harmonies of #D55E52
Complementary color
Monochromatic Colors of #D55E52
Black with #D55E52
Text Example
Text Example
White with #D55E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E52; }
p { color: rgb(213,94,82); }
H1.HeaderClassName
{
color: #D55E52;
}
.AnyTagClassName
{
color: #D55E52;
}
</style>
background-color css
<style>
a { background-color: #D55E52; }
a { background-color: rgb(213,94,82); }
div.DivClassName
{
background-color: #D55E52;
}
.BgClassName
{
background-color: #D55E52;
}
</style>
border-color css
<style>
span { border-color: #D55E52; }
span { border-color: rgb(213,94,82); }
td.TdClassName
{
border-color: #D55E52;
}
.TagClassName
{
border-color: #D55E52;
}
</style>