Shades of Valencia #DF524A
Tints of Valencia #DF524A
RGB
CMYK
RGB Variations
Color information
#DF524A (or 0xDF524A) is known color: Valencia. HEX triplet: DF, 52 and 4A. RGB value is (223,82,74). Sum of RGB (Red+Green+Blue) = 223+82+74=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF524A is #20ADB5. Grayscale: #7B7B7B. Windows color (decimal): -2141622 or 4870879. OLE color: 4870879.
HSL color Cylindrical-coordinate representation of color #DF524A: hue angle of 3.22º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF524A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 74 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.13 |
| HSL | 3.22º | 0.7% | 0.58% | - |
| HSV(B) | 3.22º | 0.67% | 0.87% | - |
| XYZ | 34.68 | 22.22 | 8.94 | - |
| YUV | 123.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 74 | 0 | 0.63 | 0.67 | 0.13 | 3.22 | 0.7 | 0.58 |
| Hex | DF | 52 | 4A | 0 | 3F | 43 | D | 3 | 46 | 3A |
| Octal | 337 | 122 | 112 | 0 | 77 | 103 | 15 | 3 | 106 | 72 |
| Binary | 11011111 | 1010010 | 1001010 | 0 | 111111 | 1000011 | 1101 | 11 | 1000110 | 111010 |
Color Harmonies of #DF524A
Complementary color
Monochromatic Colors of #DF524A
Black with #DF524A
Text Example
Text Example
White with #DF524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF524A; }
p { color: rgb(223,82,74); }
H1.HeaderClassName
{
color: #DF524A;
}
.AnyTagClassName
{
color: #DF524A;
}
</style>
background-color css
<style>
a { background-color: #DF524A; }
a { background-color: rgb(223,82,74); }
div.DivClassName
{
background-color: #DF524A;
}
.BgClassName
{
background-color: #DF524A;
}
</style>
border-color css
<style>
span { border-color: #DF524A; }
span { border-color: rgb(223,82,74); }
td.TdClassName
{
border-color: #DF524A;
}
.TagClassName
{
border-color: #DF524A;
}
</style>