Shades of Valencia #DF514A
Tints of Valencia #DF514A
RGB
CMYK
RGB Variations
Color information
#DF514A (or 0xDF514A) is known color: Valencia. HEX triplet: DF, 51 and 4A. RGB value is (223,81,74). Sum of RGB (Red+Green+Blue) = 223+81+74=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF514A is #20AEB5. Grayscale: #7A7A7A. Windows color (decimal): -2141878 or 4870623. OLE color: 4870623.
HSL color Cylindrical-coordinate representation of color #DF514A: hue angle of 2.82º 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 #DF514A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 74 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.13 |
| HSL | 2.82º | 0.7% | 0.58% | - |
| HSV(B) | 2.82º | 0.67% | 0.87% | - |
| XYZ | 34.61 | 22.07 | 8.91 | - |
| YUV | 122.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 74 | 0 | 0.64 | 0.67 | 0.13 | 2.82 | 0.7 | 0.58 |
| Hex | DF | 51 | 4A | 0 | 40 | 43 | D | 3 | 46 | 3A |
| Octal | 337 | 121 | 112 | 0 | 100 | 103 | 15 | 3 | 106 | 72 |
| Binary | 11011111 | 1010001 | 1001010 | 0 | 1000000 | 1000011 | 1101 | 11 | 1000110 | 111010 |
Color Harmonies of #DF514A
Complementary color
Monochromatic Colors of #DF514A
Black with #DF514A
Text Example
Text Example
White with #DF514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF514A; }
p { color: rgb(223,81,74); }
H1.HeaderClassName
{
color: #DF514A;
}
.AnyTagClassName
{
color: #DF514A;
}
</style>
background-color css
<style>
a { background-color: #DF514A; }
a { background-color: rgb(223,81,74); }
div.DivClassName
{
background-color: #DF514A;
}
.BgClassName
{
background-color: #DF514A;
}
</style>
border-color css
<style>
span { border-color: #DF514A; }
span { border-color: rgb(223,81,74); }
td.TdClassName
{
border-color: #DF514A;
}
.TagClassName
{
border-color: #DF514A;
}
</style>