Shades of Valencia #DC513F
Tints of Valencia #DC513F
RGB
CMYK
RGB Variations
Color information
#DC513F (or 0xDC513F) is known color: Valencia. HEX triplet: DC, 51 and 3F. RGB value is (220,81,63). Sum of RGB (Red+Green+Blue) = 220+81+63=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC513F is #23AEC0. Grayscale: #787878. Windows color (decimal): -2338497 or 4149724. OLE color: 4149724.
HSL color Cylindrical-coordinate representation of color #DC513F: hue angle of 6.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC513F is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 63 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.14 |
| HSL | 6.88º | 0.69% | 0.55% | - |
| HSV(B) | 6.88º | 0.71% | 0.86% | - |
| XYZ | 33.35 | 21.46 | 7.09 | - |
| YUV | 120.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 63 | 0 | 0.63 | 0.71 | 0.14 | 6.88 | 0.69 | 0.55 |
| Hex | DC | 51 | 3F | 0 | 3F | 47 | E | 7 | 45 | 37 |
| Octal | 334 | 121 | 77 | 0 | 77 | 107 | 16 | 7 | 105 | 67 |
| Binary | 11011100 | 1010001 | 111111 | 0 | 111111 | 1000111 | 1110 | 111 | 1000101 | 110111 |
Color Harmonies of #DC513F
Complementary color
Monochromatic Colors of #DC513F
Black with #DC513F
Text Example
Text Example
White with #DC513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC513F; }
p { color: rgb(220,81,63); }
H1.HeaderClassName
{
color: #DC513F;
}
.AnyTagClassName
{
color: #DC513F;
}
</style>
background-color css
<style>
a { background-color: #DC513F; }
a { background-color: rgb(220,81,63); }
div.DivClassName
{
background-color: #DC513F;
}
.BgClassName
{
background-color: #DC513F;
}
</style>
border-color css
<style>
span { border-color: #DC513F; }
span { border-color: rgb(220,81,63); }
td.TdClassName
{
border-color: #DC513F;
}
.TagClassName
{
border-color: #DC513F;
}
</style>