Shades of Valencia #D55D50
Tints of Valencia #D55D50
RGB
CMYK
RGB Variations
Color information
#D55D50 (or 0xD55D50) is known color: Valencia. HEX triplet: D5, 5D and 50. RGB value is (213,93,80). Sum of RGB (Red+Green+Blue) = 213+93+80=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D50 is #2AA2AF. Grayscale: #7F7F7F. Windows color (decimal): -2794160 or 5266901. OLE color: 5266901.
HSL color Cylindrical-coordinate representation of color #D55D50: hue angle of 5.86º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55D50 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 80 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.16 |
| HSL | 5.86º | 0.61% | 0.57% | - |
| HSV(B) | 5.86º | 0.62% | 0.84% | - |
| XYZ | 32.8 | 22.55 | 10.21 | - |
| YUV | 127.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 80 | 0 | 0.56 | 0.62 | 0.16 | 5.86 | 0.61 | 0.57 |
| Hex | D5 | 5D | 50 | 0 | 38 | 3E | 10 | 6 | 3D | 39 |
| Octal | 325 | 135 | 120 | 0 | 70 | 76 | 20 | 6 | 75 | 71 |
| Binary | 11010101 | 1011101 | 1010000 | 0 | 111000 | 111110 | 10000 | 110 | 111101 | 111001 |
Color Harmonies of #D55D50
Complementary color
Monochromatic Colors of #D55D50
Black with #D55D50
Text Example
Text Example
White with #D55D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D50; }
p { color: rgb(213,93,80); }
H1.HeaderClassName
{
color: #D55D50;
}
.AnyTagClassName
{
color: #D55D50;
}
</style>
background-color css
<style>
a { background-color: #D55D50; }
a { background-color: rgb(213,93,80); }
div.DivClassName
{
background-color: #D55D50;
}
.BgClassName
{
background-color: #D55D50;
}
</style>
border-color css
<style>
span { border-color: #D55D50; }
span { border-color: rgb(213,93,80); }
td.TdClassName
{
border-color: #D55D50;
}
.TagClassName
{
border-color: #D55D50;
}
</style>