Shades of Valencia #DC514F
Tints of Valencia #DC514F
RGB
CMYK
RGB Variations
Color information
#DC514F (or 0xDC514F) is known color: Valencia. HEX triplet: DC, 51 and 4F. RGB value is (220,81,79). Sum of RGB (Red+Green+Blue) = 220+81+79=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC514F is #23AEB0. Grayscale: #7A7A7A. Windows color (decimal): -2338481 or 5198300. OLE color: 5198300.
HSL color Cylindrical-coordinate representation of color #DC514F: hue angle of 0.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC514F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 79 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.14 |
| HSL | 0.85º | 0.67% | 0.59% | - |
| HSV(B) | 0.85º | 0.64% | 0.86% | - |
| XYZ | 33.87 | 21.67 | 9.79 | - |
| YUV | 122.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 79 | 0 | 0.63 | 0.64 | 0.14 | 0.85 | 0.67 | 0.59 |
| Hex | DC | 51 | 4F | 0 | 3F | 40 | E | 1 | 43 | 3B |
| Octal | 334 | 121 | 117 | 0 | 77 | 100 | 16 | 1 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1001111 | 0 | 111111 | 1000000 | 1110 | 1 | 1000011 | 111011 |
Color Harmonies of #DC514F
Complementary color
Monochromatic Colors of #DC514F
Black with #DC514F
Text Example
Text Example
White with #DC514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC514F; }
p { color: rgb(220,81,79); }
H1.HeaderClassName
{
color: #DC514F;
}
.AnyTagClassName
{
color: #DC514F;
}
</style>
background-color css
<style>
a { background-color: #DC514F; }
a { background-color: rgb(220,81,79); }
div.DivClassName
{
background-color: #DC514F;
}
.BgClassName
{
background-color: #DC514F;
}
</style>
border-color css
<style>
span { border-color: #DC514F; }
span { border-color: rgb(220,81,79); }
td.TdClassName
{
border-color: #DC514F;
}
.TagClassName
{
border-color: #DC514F;
}
</style>