Shades of Valencia #DF514B
Tints of Valencia #DF514B
RGB
CMYK
RGB Variations
Color information
#DF514B (or 0xDF514B) is known color: Valencia. HEX triplet: DF, 51 and 4B. RGB value is (223,81,75). Sum of RGB (Red+Green+Blue) = 223+81+75=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF514B is #20AEB4. Grayscale: #7A7A7A. Windows color (decimal): -2141877 or 4936159. OLE color: 4936159.
HSL color Cylindrical-coordinate representation of color #DF514B: hue angle of 2.43º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF514B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 75 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.13 |
| HSL | 2.43º | 0.7% | 0.58% | - |
| HSV(B) | 2.43º | 0.66% | 0.87% | - |
| XYZ | 34.64 | 22.08 | 9.09 | - |
| YUV | 122.77 | 101.04 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 75 | 0 | 0.64 | 0.66 | 0.13 | 2.43 | 0.7 | 0.58 |
| Hex | DF | 51 | 4B | 0 | 40 | 42 | D | 2 | 46 | 3A |
| Octal | 337 | 121 | 113 | 0 | 100 | 102 | 15 | 2 | 106 | 72 |
| Binary | 11011111 | 1010001 | 1001011 | 0 | 1000000 | 1000010 | 1101 | 10 | 1000110 | 111010 |
Color Harmonies of #DF514B
Complementary color
Monochromatic Colors of #DF514B
Black with #DF514B
Text Example
Text Example
White with #DF514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF514B; }
p { color: rgb(223,81,75); }
H1.HeaderClassName
{
color: #DF514B;
}
.AnyTagClassName
{
color: #DF514B;
}
</style>
background-color css
<style>
a { background-color: #DF514B; }
a { background-color: rgb(223,81,75); }
div.DivClassName
{
background-color: #DF514B;
}
.BgClassName
{
background-color: #DF514B;
}
</style>
border-color css
<style>
span { border-color: #DF514B; }
span { border-color: rgb(223,81,75); }
td.TdClassName
{
border-color: #DF514B;
}
.TagClassName
{
border-color: #DF514B;
}
</style>