Shades of Valencia #DC4A47
Tints of Valencia #DC4A47
RGB
CMYK
RGB Variations
Color information
#DC4A47 (or 0xDC4A47) is known color: Valencia. HEX triplet: DC, 4A and 47. RGB value is (220,74,71). Sum of RGB (Red+Green+Blue) = 220+74+71=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A47 is #23B5B8. Grayscale: #757575. Windows color (decimal): -2340281 or 4672220. OLE color: 4672220.
HSL color Cylindrical-coordinate representation of color #DC4A47: hue angle of 1.21º 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 #DC4A47 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 71 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.14 |
| HSL | 1.21º | 0.68% | 0.57% | - |
| HSV(B) | 1.21º | 0.68% | 0.86% | - |
| XYZ | 33.1 | 20.57 | 8.19 | - |
| YUV | 117.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 71 | 0 | 0.66 | 0.68 | 0.14 | 1.21 | 0.68 | 0.57 |
| Hex | DC | 4A | 47 | 0 | 42 | 44 | E | 1 | 44 | 39 |
| Octal | 334 | 112 | 107 | 0 | 102 | 104 | 16 | 1 | 104 | 71 |
| Binary | 11011100 | 1001010 | 1000111 | 0 | 1000010 | 1000100 | 1110 | 1 | 1000100 | 111001 |
Color Harmonies of #DC4A47
Complementary color
Monochromatic Colors of #DC4A47
Black with #DC4A47
Text Example
Text Example
White with #DC4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A47; }
p { color: rgb(220,74,71); }
H1.HeaderClassName
{
color: #DC4A47;
}
.AnyTagClassName
{
color: #DC4A47;
}
</style>
background-color css
<style>
a { background-color: #DC4A47; }
a { background-color: rgb(220,74,71); }
div.DivClassName
{
background-color: #DC4A47;
}
.BgClassName
{
background-color: #DC4A47;
}
</style>
border-color css
<style>
span { border-color: #DC4A47; }
span { border-color: rgb(220,74,71); }
td.TdClassName
{
border-color: #DC4A47;
}
.TagClassName
{
border-color: #DC4A47;
}
</style>