Shades of Valencia #DC4847
Tints of Valencia #DC4847
RGB
CMYK
RGB Variations
Color information
#DC4847 (or 0xDC4847) is known color: Valencia. HEX triplet: DC, 48 and 47. RGB value is (220,72,71). Sum of RGB (Red+Green+Blue) = 220+72+71=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4847 is #23B7B8. Grayscale: #747474. Windows color (decimal): -2340793 or 4671708. OLE color: 4671708.
HSL color Cylindrical-coordinate representation of color #DC4847: hue angle of 0.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4847 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 71 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.14 |
| HSL | 0.4º | 0.68% | 0.57% | - |
| HSV(B) | 0.4º | 0.68% | 0.86% | - |
| XYZ | 32.97 | 20.31 | 8.14 | - |
| YUV | 116.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 71 | 0 | 0.67 | 0.68 | 0.14 | 0.4 | 0.68 | 0.57 |
| Hex | DC | 48 | 47 | 0 | 43 | 44 | E | 0 | 44 | 39 |
| Octal | 334 | 110 | 107 | 0 | 103 | 104 | 16 | 0 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1000111 | 0 | 1000011 | 1000100 | 1110 | 0 | 1000100 | 111001 |
Color Harmonies of #DC4847
Complementary color
Monochromatic Colors of #DC4847
Black with #DC4847
Text Example
Text Example
White with #DC4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4847; }
p { color: rgb(220,72,71); }
H1.HeaderClassName
{
color: #DC4847;
}
.AnyTagClassName
{
color: #DC4847;
}
</style>
background-color css
<style>
a { background-color: #DC4847; }
a { background-color: rgb(220,72,71); }
div.DivClassName
{
background-color: #DC4847;
}
.BgClassName
{
background-color: #DC4847;
}
</style>
border-color css
<style>
span { border-color: #DC4847; }
span { border-color: rgb(220,72,71); }
td.TdClassName
{
border-color: #DC4847;
}
.TagClassName
{
border-color: #DC4847;
}
</style>