Shades of Valencia #DF5553
Tints of Valencia #DF5553
RGB
CMYK
RGB Variations
Color information
#DF5553 (or 0xDF5553) is known color: Valencia. HEX triplet: DF, 55 and 53. RGB value is (223,85,83). Sum of RGB (Red+Green+Blue) = 223+85+83=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5553 is #20AAAC. Grayscale: #7E7E7E. Windows color (decimal): -2140845 or 5461471. OLE color: 5461471.
HSL color Cylindrical-coordinate representation of color #DF5553: hue angle of 0.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5553 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 83 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.13 |
| HSL | 0.86º | 0.69% | 0.6% | - |
| HSV(B) | 0.86º | 0.63% | 0.87% | - |
| XYZ | 35.24 | 22.81 | 10.73 | - |
| YUV | 126.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 83 | 0 | 0.62 | 0.63 | 0.13 | 0.86 | 0.69 | 0.6 |
| Hex | DF | 55 | 53 | 0 | 3E | 3F | D | 1 | 45 | 3C |
| Octal | 337 | 125 | 123 | 0 | 76 | 77 | 15 | 1 | 105 | 74 |
| Binary | 11011111 | 1010101 | 1010011 | 0 | 111110 | 111111 | 1101 | 1 | 1000101 | 111100 |
Color Harmonies of #DF5553
Complementary color
Monochromatic Colors of #DF5553
Black with #DF5553
Text Example
Text Example
White with #DF5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5553; }
p { color: rgb(223,85,83); }
H1.HeaderClassName
{
color: #DF5553;
}
.AnyTagClassName
{
color: #DF5553;
}
</style>
background-color css
<style>
a { background-color: #DF5553; }
a { background-color: rgb(223,85,83); }
div.DivClassName
{
background-color: #DF5553;
}
.BgClassName
{
background-color: #DF5553;
}
</style>
border-color css
<style>
span { border-color: #DF5553; }
span { border-color: rgb(223,85,83); }
td.TdClassName
{
border-color: #DF5553;
}
.TagClassName
{
border-color: #DF5553;
}
</style>