Shades of Valencia #DF5651
Tints of Valencia #DF5651
RGB
CMYK
RGB Variations
Color information
#DF5651 (or 0xDF5651) is known color: Valencia. HEX triplet: DF, 56 and 51. RGB value is (223,86,81). Sum of RGB (Red+Green+Blue) = 223+86+81=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5651 is #20A9AE. Grayscale: #7E7E7E. Windows color (decimal): -2140591 or 5330655. OLE color: 5330655.
HSL color Cylindrical-coordinate representation of color #DF5651: hue angle of 2.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5651 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 81 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.13 |
| HSL | 2.11º | 0.69% | 0.6% | - |
| HSV(B) | 2.11º | 0.64% | 0.87% | - |
| XYZ | 35.24 | 22.94 | 10.35 | - |
| YUV | 126.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 81 | 0 | 0.61 | 0.64 | 0.13 | 2.11 | 0.69 | 0.6 |
| Hex | DF | 56 | 51 | 0 | 3D | 40 | D | 2 | 45 | 3C |
| Octal | 337 | 126 | 121 | 0 | 75 | 100 | 15 | 2 | 105 | 74 |
| Binary | 11011111 | 1010110 | 1010001 | 0 | 111101 | 1000000 | 1101 | 10 | 1000101 | 111100 |
Color Harmonies of #DF5651
Complementary color
Monochromatic Colors of #DF5651
Black with #DF5651
Text Example
Text Example
White with #DF5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5651; }
p { color: rgb(223,86,81); }
H1.HeaderClassName
{
color: #DF5651;
}
.AnyTagClassName
{
color: #DF5651;
}
</style>
background-color css
<style>
a { background-color: #DF5651; }
a { background-color: rgb(223,86,81); }
div.DivClassName
{
background-color: #DF5651;
}
.BgClassName
{
background-color: #DF5651;
}
</style>
border-color css
<style>
span { border-color: #DF5651; }
span { border-color: rgb(223,86,81); }
td.TdClassName
{
border-color: #DF5651;
}
.TagClassName
{
border-color: #DF5651;
}
</style>