Shades of Valencia #DC5149
Tints of Valencia #DC5149
RGB
CMYK
RGB Variations
Color information
#DC5149 (or 0xDC5149) is known color: Valencia. HEX triplet: DC, 51 and 49. RGB value is (220,81,73). Sum of RGB (Red+Green+Blue) = 220+81+73=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5149 is #23AEB6. Grayscale: #797979. Windows color (decimal): -2338487 or 4805084. OLE color: 4805084.
HSL color Cylindrical-coordinate representation of color #DC5149: hue angle of 3.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC5149 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 73 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.14 |
| HSL | 3.27º | 0.68% | 0.57% | - |
| HSV(B) | 3.27º | 0.67% | 0.86% | - |
| XYZ | 33.66 | 21.58 | 8.69 | - |
| YUV | 121.65 | 100.55 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 73 | 0 | 0.63 | 0.67 | 0.14 | 3.27 | 0.68 | 0.57 |
| Hex | DC | 51 | 49 | 0 | 3F | 43 | E | 3 | 44 | 39 |
| Octal | 334 | 121 | 111 | 0 | 77 | 103 | 16 | 3 | 104 | 71 |
| Binary | 11011100 | 1010001 | 1001001 | 0 | 111111 | 1000011 | 1110 | 11 | 1000100 | 111001 |
Color Harmonies of #DC5149
Complementary color
Monochromatic Colors of #DC5149
Black with #DC5149
Text Example
Text Example
White with #DC5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5149; }
p { color: rgb(220,81,73); }
H1.HeaderClassName
{
color: #DC5149;
}
.AnyTagClassName
{
color: #DC5149;
}
</style>
background-color css
<style>
a { background-color: #DC5149; }
a { background-color: rgb(220,81,73); }
div.DivClassName
{
background-color: #DC5149;
}
.BgClassName
{
background-color: #DC5149;
}
</style>
border-color css
<style>
span { border-color: #DC5149; }
span { border-color: rgb(220,81,73); }
td.TdClassName
{
border-color: #DC5149;
}
.TagClassName
{
border-color: #DC5149;
}
</style>