Shades of Valencia #DC514B
Tints of Valencia #DC514B
RGB
CMYK
RGB Variations
Color information
#DC514B (or 0xDC514B) is known color: Valencia. HEX triplet: DC, 51 and 4B. RGB value is (220,81,75). Sum of RGB (Red+Green+Blue) = 220+81+75=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC514B is #23AEB4. Grayscale: #7A7A7A. Windows color (decimal): -2338485 or 4936156. OLE color: 4936156.
HSL color Cylindrical-coordinate representation of color #DC514B: hue angle of 2.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC514B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 75 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.14 |
| HSL | 2.48º | 0.67% | 0.58% | - |
| HSV(B) | 2.48º | 0.66% | 0.86% | - |
| XYZ | 33.73 | 21.61 | 9.05 | - |
| YUV | 121.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 75 | 0 | 0.63 | 0.66 | 0.14 | 2.48 | 0.67 | 0.58 |
| Hex | DC | 51 | 4B | 0 | 3F | 42 | E | 2 | 43 | 3A |
| Octal | 334 | 121 | 113 | 0 | 77 | 102 | 16 | 2 | 103 | 72 |
| Binary | 11011100 | 1010001 | 1001011 | 0 | 111111 | 1000010 | 1110 | 10 | 1000011 | 111010 |
Color Harmonies of #DC514B
Complementary color
Monochromatic Colors of #DC514B
Black with #DC514B
Text Example
Text Example
White with #DC514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC514B; }
p { color: rgb(220,81,75); }
H1.HeaderClassName
{
color: #DC514B;
}
.AnyTagClassName
{
color: #DC514B;
}
</style>
background-color css
<style>
a { background-color: #DC514B; }
a { background-color: rgb(220,81,75); }
div.DivClassName
{
background-color: #DC514B;
}
.BgClassName
{
background-color: #DC514B;
}
</style>
border-color css
<style>
span { border-color: #DC514B; }
span { border-color: rgb(220,81,75); }
td.TdClassName
{
border-color: #DC514B;
}
.TagClassName
{
border-color: #DC514B;
}
</style>