Shades of Valencia #DC4F48
Tints of Valencia #DC4F48
RGB
CMYK
RGB Variations
Color information
#DC4F48 (or 0xDC4F48) is known color: Valencia. HEX triplet: DC, 4F and 48. RGB value is (220,79,72). Sum of RGB (Red+Green+Blue) = 220+79+72=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F48 is #23B0B7. Grayscale: #787878. Windows color (decimal): -2339000 or 4739036. OLE color: 4739036.
HSL color Cylindrical-coordinate representation of color #DC4F48: hue angle of 2.84º 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 #DC4F48 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 72 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.14 |
| HSL | 2.84º | 0.68% | 0.57% | - |
| HSV(B) | 2.84º | 0.67% | 0.86% | - |
| XYZ | 33.48 | 21.28 | 8.47 | - |
| YUV | 120.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 72 | 0 | 0.64 | 0.67 | 0.14 | 2.84 | 0.68 | 0.57 |
| Hex | DC | 4F | 48 | 0 | 40 | 43 | E | 3 | 44 | 39 |
| Octal | 334 | 117 | 110 | 0 | 100 | 103 | 16 | 3 | 104 | 71 |
| Binary | 11011100 | 1001111 | 1001000 | 0 | 1000000 | 1000011 | 1110 | 11 | 1000100 | 111001 |
Color Harmonies of #DC4F48
Complementary color
Monochromatic Colors of #DC4F48
Black with #DC4F48
Text Example
Text Example
White with #DC4F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F48; }
p { color: rgb(220,79,72); }
H1.HeaderClassName
{
color: #DC4F48;
}
.AnyTagClassName
{
color: #DC4F48;
}
</style>
background-color css
<style>
a { background-color: #DC4F48; }
a { background-color: rgb(220,79,72); }
div.DivClassName
{
background-color: #DC4F48;
}
.BgClassName
{
background-color: #DC4F48;
}
</style>
border-color css
<style>
span { border-color: #DC4F48; }
span { border-color: rgb(220,79,72); }
td.TdClassName
{
border-color: #DC4F48;
}
.TagClassName
{
border-color: #DC4F48;
}
</style>