Shades of Valencia #DF534D
Tints of Valencia #DF534D
RGB
CMYK
RGB Variations
Color information
#DF534D (or 0xDF534D) is known color: Valencia. HEX triplet: DF, 53 and 4D. RGB value is (223,83,77). Sum of RGB (Red+Green+Blue) = 223+83+77=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF534D is #20ACB2. Grayscale: #7C7C7C. Windows color (decimal): -2141363 or 5067743. OLE color: 5067743.
HSL color Cylindrical-coordinate representation of color #DF534D: hue angle of 2.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF534D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 77 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.13 |
| HSL | 2.47º | 0.7% | 0.59% | - |
| HSV(B) | 2.47º | 0.65% | 0.87% | - |
| XYZ | 34.86 | 22.41 | 9.51 | - |
| YUV | 124.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 77 | 0 | 0.63 | 0.65 | 0.13 | 2.47 | 0.7 | 0.59 |
| Hex | DF | 53 | 4D | 0 | 3F | 41 | D | 2 | 46 | 3B |
| Octal | 337 | 123 | 115 | 0 | 77 | 101 | 15 | 2 | 106 | 73 |
| Binary | 11011111 | 1010011 | 1001101 | 0 | 111111 | 1000001 | 1101 | 10 | 1000110 | 111011 |
Color Harmonies of #DF534D
Complementary color
Monochromatic Colors of #DF534D
Black with #DF534D
Text Example
Text Example
White with #DF534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF534D; }
p { color: rgb(223,83,77); }
H1.HeaderClassName
{
color: #DF534D;
}
.AnyTagClassName
{
color: #DF534D;
}
</style>
background-color css
<style>
a { background-color: #DF534D; }
a { background-color: rgb(223,83,77); }
div.DivClassName
{
background-color: #DF534D;
}
.BgClassName
{
background-color: #DF534D;
}
</style>
border-color css
<style>
span { border-color: #DF534D; }
span { border-color: rgb(223,83,77); }
td.TdClassName
{
border-color: #DF534D;
}
.TagClassName
{
border-color: #DF534D;
}
</style>