Shades of Valencia #DF524C
Tints of Valencia #DF524C
RGB
CMYK
RGB Variations
Color information
#DF524C (or 0xDF524C) is known color: Valencia. HEX triplet: DF, 52 and 4C. RGB value is (223,82,76). Sum of RGB (Red+Green+Blue) = 223+82+76=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF524C is #20ADB3. Grayscale: #7B7B7B. Windows color (decimal): -2141620 or 5001951. OLE color: 5001951.
HSL color Cylindrical-coordinate representation of color #DF524C: hue angle of 2.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF524C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 76 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.13 |
| HSL | 2.45º | 0.7% | 0.59% | - |
| HSV(B) | 2.45º | 0.66% | 0.87% | - |
| XYZ | 34.75 | 22.24 | 9.3 | - |
| YUV | 123.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 76 | 0 | 0.63 | 0.66 | 0.13 | 2.45 | 0.7 | 0.59 |
| Hex | DF | 52 | 4C | 0 | 3F | 42 | D | 2 | 46 | 3B |
| Octal | 337 | 122 | 114 | 0 | 77 | 102 | 15 | 2 | 106 | 73 |
| Binary | 11011111 | 1010010 | 1001100 | 0 | 111111 | 1000010 | 1101 | 10 | 1000110 | 111011 |
Color Harmonies of #DF524C
Complementary color
Monochromatic Colors of #DF524C
Black with #DF524C
Text Example
Text Example
White with #DF524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF524C; }
p { color: rgb(223,82,76); }
H1.HeaderClassName
{
color: #DF524C;
}
.AnyTagClassName
{
color: #DF524C;
}
</style>
background-color css
<style>
a { background-color: #DF524C; }
a { background-color: rgb(223,82,76); }
div.DivClassName
{
background-color: #DF524C;
}
.BgClassName
{
background-color: #DF524C;
}
</style>
border-color css
<style>
span { border-color: #DF524C; }
span { border-color: rgb(223,82,76); }
td.TdClassName
{
border-color: #DF524C;
}
.TagClassName
{
border-color: #DF524C;
}
</style>