Shades of Valencia #DF5752
Tints of Valencia #DF5752
RGB
CMYK
RGB Variations
Color information
#DF5752 (or 0xDF5752) is known color: Valencia. HEX triplet: DF, 57 and 52. RGB value is (223,87,82). Sum of RGB (Red+Green+Blue) = 223+87+82=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5752 is #20A8AD. Grayscale: #7F7F7F. Windows color (decimal): -2140334 or 5396447. OLE color: 5396447.
HSL color Cylindrical-coordinate representation of color #DF5752: hue angle of 2.13º 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 #DF5752 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 82 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.13 |
| HSL | 2.13º | 0.69% | 0.6% | - |
| HSV(B) | 2.13º | 0.63% | 0.87% | - |
| XYZ | 35.36 | 23.11 | 10.58 | - |
| YUV | 127.09 | 102.56 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 82 | 0 | 0.61 | 0.63 | 0.13 | 2.13 | 0.69 | 0.6 |
| Hex | DF | 57 | 52 | 0 | 3D | 3F | D | 2 | 45 | 3C |
| Octal | 337 | 127 | 122 | 0 | 75 | 77 | 15 | 2 | 105 | 74 |
| Binary | 11011111 | 1010111 | 1010010 | 0 | 111101 | 111111 | 1101 | 10 | 1000101 | 111100 |
Color Harmonies of #DF5752
Complementary color
Monochromatic Colors of #DF5752
Black with #DF5752
Text Example
Text Example
White with #DF5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5752; }
p { color: rgb(223,87,82); }
H1.HeaderClassName
{
color: #DF5752;
}
.AnyTagClassName
{
color: #DF5752;
}
</style>
background-color css
<style>
a { background-color: #DF5752; }
a { background-color: rgb(223,87,82); }
div.DivClassName
{
background-color: #DF5752;
}
.BgClassName
{
background-color: #DF5752;
}
</style>
border-color css
<style>
span { border-color: #DF5752; }
span { border-color: rgb(223,87,82); }
td.TdClassName
{
border-color: #DF5752;
}
.TagClassName
{
border-color: #DF5752;
}
</style>