Shades of Valencia #DF5954
Tints of Valencia #DF5954
RGB
CMYK
RGB Variations
Color information
#DF5954 (or 0xDF5954) is known color: Valencia. HEX triplet: DF, 59 and 54. RGB value is (223,89,84). Sum of RGB (Red+Green+Blue) = 223+89+84=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5954 is #20A6AB. Grayscale: #808080. Windows color (decimal): -2139820 or 5528031. OLE color: 5528031.
HSL color Cylindrical-coordinate representation of color #DF5954: hue angle of 2.16º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5954 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 84 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.13 |
| HSL | 2.16º | 0.68% | 0.6% | - |
| HSV(B) | 2.16º | 0.62% | 0.87% | - |
| XYZ | 35.6 | 23.47 | 11.04 | - |
| YUV | 128.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 84 | 0 | 0.60 | 0.62 | 0.13 | 2.16 | 0.68 | 0.6 |
| Hex | DF | 59 | 54 | 0 | 3C | 3E | D | 2 | 44 | 3C |
| Octal | 337 | 131 | 124 | 0 | 74 | 76 | 15 | 2 | 104 | 74 |
| Binary | 11011111 | 1011001 | 1010100 | 0 | 111100 | 111110 | 1101 | 10 | 1000100 | 111100 |
Color Harmonies of #DF5954
Complementary color
Monochromatic Colors of #DF5954
Black with #DF5954
Text Example
Text Example
White with #DF5954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5954; }
p { color: rgb(223,89,84); }
H1.HeaderClassName
{
color: #DF5954;
}
.AnyTagClassName
{
color: #DF5954;
}
</style>
background-color css
<style>
a { background-color: #DF5954; }
a { background-color: rgb(223,89,84); }
div.DivClassName
{
background-color: #DF5954;
}
.BgClassName
{
background-color: #DF5954;
}
</style>
border-color css
<style>
span { border-color: #DF5954; }
span { border-color: rgb(223,89,84); }
td.TdClassName
{
border-color: #DF5954;
}
.TagClassName
{
border-color: #DF5954;
}
</style>