Shades of Valencia #DF5250
Tints of Valencia #DF5250
RGB
CMYK
RGB Variations
Color information
#DF5250 (or 0xDF5250) is known color: Valencia. HEX triplet: DF, 52 and 50. RGB value is (223,82,80). Sum of RGB (Red+Green+Blue) = 223+82+80=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5250 is #20ADAF. Grayscale: #7C7C7C. Windows color (decimal): -2141616 or 5264095. OLE color: 5264095.
HSL color Cylindrical-coordinate representation of color #DF5250: hue angle of 0.84º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5250 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 80 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.13 |
| HSL | 0.84º | 0.69% | 0.59% | - |
| HSV(B) | 0.84º | 0.64% | 0.87% | - |
| XYZ | 34.9 | 22.3 | 10.05 | - |
| YUV | 123.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 80 | 0 | 0.63 | 0.64 | 0.13 | 0.84 | 0.69 | 0.59 |
| Hex | DF | 52 | 50 | 0 | 3F | 40 | D | 1 | 45 | 3B |
| Octal | 337 | 122 | 120 | 0 | 77 | 100 | 15 | 1 | 105 | 73 |
| Binary | 11011111 | 1010010 | 1010000 | 0 | 111111 | 1000000 | 1101 | 1 | 1000101 | 111011 |
Color Harmonies of #DF5250
Complementary color
Monochromatic Colors of #DF5250
Black with #DF5250
Text Example
Text Example
White with #DF5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5250; }
p { color: rgb(223,82,80); }
H1.HeaderClassName
{
color: #DF5250;
}
.AnyTagClassName
{
color: #DF5250;
}
</style>
background-color css
<style>
a { background-color: #DF5250; }
a { background-color: rgb(223,82,80); }
div.DivClassName
{
background-color: #DF5250;
}
.BgClassName
{
background-color: #DF5250;
}
</style>
border-color css
<style>
span { border-color: #DF5250; }
span { border-color: rgb(223,82,80); }
td.TdClassName
{
border-color: #DF5250;
}
.TagClassName
{
border-color: #DF5250;
}
</style>