Shades of Valencia #DC5045
Tints of Valencia #DC5045
RGB
CMYK
RGB Variations
Color information
#DC5045 (or 0xDC5045) is known color: Valencia. HEX triplet: DC, 50 and 45. RGB value is (220,80,69). Sum of RGB (Red+Green+Blue) = 220+80+69=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5045 is #23AFBA. Grayscale: #787878. Windows color (decimal): -2338747 or 4542684. OLE color: 4542684.
HSL color Cylindrical-coordinate representation of color #DC5045: hue angle of 4.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5045 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 69 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.14 |
| HSL | 4.37º | 0.68% | 0.57% | - |
| HSV(B) | 4.37º | 0.69% | 0.86% | - |
| XYZ | 33.46 | 21.38 | 7.99 | - |
| YUV | 120.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 69 | 0 | 0.64 | 0.69 | 0.14 | 4.37 | 0.68 | 0.57 |
| Hex | DC | 50 | 45 | 0 | 40 | 45 | E | 4 | 44 | 39 |
| Octal | 334 | 120 | 105 | 0 | 100 | 105 | 16 | 4 | 104 | 71 |
| Binary | 11011100 | 1010000 | 1000101 | 0 | 1000000 | 1000101 | 1110 | 100 | 1000100 | 111001 |
Color Harmonies of #DC5045
Complementary color
Monochromatic Colors of #DC5045
Black with #DC5045
Text Example
Text Example
White with #DC5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5045; }
p { color: rgb(220,80,69); }
H1.HeaderClassName
{
color: #DC5045;
}
.AnyTagClassName
{
color: #DC5045;
}
</style>
background-color css
<style>
a { background-color: #DC5045; }
a { background-color: rgb(220,80,69); }
div.DivClassName
{
background-color: #DC5045;
}
.BgClassName
{
background-color: #DC5045;
}
</style>
border-color css
<style>
span { border-color: #DC5045; }
span { border-color: rgb(220,80,69); }
td.TdClassName
{
border-color: #DC5045;
}
.TagClassName
{
border-color: #DC5045;
}
</style>