Shades of Valencia #D55150
Tints of Valencia #D55150
RGB
CMYK
RGB Variations
Color information
#D55150 (or 0xD55150) is known color: Valencia. HEX triplet: D5, 51 and 50. RGB value is (213,81,80). Sum of RGB (Red+Green+Blue) = 213+81+80=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D55150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55150 is #2AAEAF. Grayscale: #787878. Windows color (decimal): -2797232 or 5263829. OLE color: 5263829.
HSL color Cylindrical-coordinate representation of color #D55150: hue angle of 0.45º 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 #D55150 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 80 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.16 |
| HSL | 0.45º | 0.61% | 0.57% | - |
| HSV(B) | 0.45º | 0.62% | 0.84% | - |
| XYZ | 31.83 | 20.61 | 9.89 | - |
| YUV | 120.35 | 105.23 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 80 | 0 | 0.62 | 0.62 | 0.16 | 0.45 | 0.61 | 0.57 |
| Hex | D5 | 51 | 50 | 0 | 3E | 3E | 10 | 0 | 3D | 39 |
| Octal | 325 | 121 | 120 | 0 | 76 | 76 | 20 | 0 | 75 | 71 |
| Binary | 11010101 | 1010001 | 1010000 | 0 | 111110 | 111110 | 10000 | 0 | 111101 | 111001 |
Color Harmonies of #D55150
Complementary color
Monochromatic Colors of #D55150
Black with #D55150
Text Example
Text Example
White with #D55150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55150; }
p { color: rgb(213,81,80); }
H1.HeaderClassName
{
color: #D55150;
}
.AnyTagClassName
{
color: #D55150;
}
</style>
background-color css
<style>
a { background-color: #D55150; }
a { background-color: rgb(213,81,80); }
div.DivClassName
{
background-color: #D55150;
}
.BgClassName
{
background-color: #D55150;
}
</style>
border-color css
<style>
span { border-color: #D55150; }
span { border-color: rgb(213,81,80); }
td.TdClassName
{
border-color: #D55150;
}
.TagClassName
{
border-color: #D55150;
}
</style>