Shades of Valencia #D55F51
Tints of Valencia #D55F51
RGB
CMYK
RGB Variations
Color information
#D55F51 (or 0xD55F51) is known color: Valencia. HEX triplet: D5, 5F and 51. RGB value is (213,95,81). Sum of RGB (Red+Green+Blue) = 213+95+81=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F51 is #2AA0AE. Grayscale: #808080. Windows color (decimal): -2793647 or 5332949. OLE color: 5332949.
HSL color Cylindrical-coordinate representation of color #D55F51: hue angle of 6.36º 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 #D55F51 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 81 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.16 |
| HSL | 6.36º | 0.61% | 0.58% | - |
| HSV(B) | 6.36º | 0.62% | 0.84% | - |
| XYZ | 33.02 | 22.92 | 10.47 | - |
| YUV | 128.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 81 | 0 | 0.55 | 0.62 | 0.16 | 6.36 | 0.61 | 0.58 |
| Hex | D5 | 5F | 51 | 0 | 37 | 3E | 10 | 6 | 3D | 3A |
| Octal | 325 | 137 | 121 | 0 | 67 | 76 | 20 | 6 | 75 | 72 |
| Binary | 11010101 | 1011111 | 1010001 | 0 | 110111 | 111110 | 10000 | 110 | 111101 | 111010 |
Color Harmonies of #D55F51
Complementary color
Monochromatic Colors of #D55F51
Black with #D55F51
Text Example
Text Example
White with #D55F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F51; }
p { color: rgb(213,95,81); }
H1.HeaderClassName
{
color: #D55F51;
}
.AnyTagClassName
{
color: #D55F51;
}
</style>
background-color css
<style>
a { background-color: #D55F51; }
a { background-color: rgb(213,95,81); }
div.DivClassName
{
background-color: #D55F51;
}
.BgClassName
{
background-color: #D55F51;
}
</style>
border-color css
<style>
span { border-color: #D55F51; }
span { border-color: rgb(213,95,81); }
td.TdClassName
{
border-color: #D55F51;
}
.TagClassName
{
border-color: #D55F51;
}
</style>