Shades of Valencia #DC4845
Tints of Valencia #DC4845
RGB
CMYK
RGB Variations
Color information
#DC4845 (or 0xDC4845) is known color: Valencia. HEX triplet: DC, 48 and 45. RGB value is (220,72,69). Sum of RGB (Red+Green+Blue) = 220+72+69=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4845 is #23B7BA. Grayscale: #747474. Windows color (decimal): -2340795 or 4540636. OLE color: 4540636.
HSL color Cylindrical-coordinate representation of color #DC4845: hue angle of 1.19º 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 #DC4845 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 69 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.14 |
| HSL | 1.19º | 0.68% | 0.57% | - |
| HSV(B) | 1.19º | 0.69% | 0.86% | - |
| XYZ | 32.91 | 20.28 | 7.81 | - |
| YUV | 115.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 69 | 0 | 0.67 | 0.69 | 0.14 | 1.19 | 0.68 | 0.57 |
| Hex | DC | 48 | 45 | 0 | 43 | 45 | E | 1 | 44 | 39 |
| Octal | 334 | 110 | 105 | 0 | 103 | 105 | 16 | 1 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1000101 | 0 | 1000011 | 1000101 | 1110 | 1 | 1000100 | 111001 |
Color Harmonies of #DC4845
Complementary color
Monochromatic Colors of #DC4845
Black with #DC4845
Text Example
Text Example
White with #DC4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4845; }
p { color: rgb(220,72,69); }
H1.HeaderClassName
{
color: #DC4845;
}
.AnyTagClassName
{
color: #DC4845;
}
</style>
background-color css
<style>
a { background-color: #DC4845; }
a { background-color: rgb(220,72,69); }
div.DivClassName
{
background-color: #DC4845;
}
.BgClassName
{
background-color: #DC4845;
}
</style>
border-color css
<style>
span { border-color: #DC4845; }
span { border-color: rgb(220,72,69); }
td.TdClassName
{
border-color: #DC4845;
}
.TagClassName
{
border-color: #DC4845;
}
</style>