Shades of Valencia #DC4F4F
Tints of Valencia #DC4F4F
RGB
CMYK
RGB Variations
Color information
#DC4F4F (or 0xDC4F4F) is known color: Valencia. HEX triplet: DC, 4F and 4F. RGB value is (220,79,79). Sum of RGB (Red+Green+Blue) = 220+79+79=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F4F is #23B0B0. Grayscale: #797979. Windows color (decimal): -2338993 or 5197788. OLE color: 5197788.
HSL color Cylindrical-coordinate representation of color #DC4F4F: hue angle of 0º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F4F is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 79 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.14 |
| HSL | 0º | 0.67% | 0.59% | - |
| HSV(B) | 0º | 0.64% | 0.86% | - |
| XYZ | 33.72 | 21.37 | 9.74 | - |
| YUV | 121.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 79 | 0 | 0.64 | 0.64 | 0.14 | 0 | 0.67 | 0.59 |
| Hex | DC | 4F | 4F | 0 | 40 | 40 | E | 0 | 43 | 3B |
| Octal | 334 | 117 | 117 | 0 | 100 | 100 | 16 | 0 | 103 | 73 |
| Binary | 11011100 | 1001111 | 1001111 | 0 | 1000000 | 1000000 | 1110 | 0 | 1000011 | 111011 |
Color Harmonies of #DC4F4F
Complementary color
Monochromatic Colors of #DC4F4F
Black with #DC4F4F
Text Example
Text Example
White with #DC4F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F4F; }
p { color: rgb(220,79,79); }
H1.HeaderClassName
{
color: #DC4F4F;
}
.AnyTagClassName
{
color: #DC4F4F;
}
</style>
background-color css
<style>
a { background-color: #DC4F4F; }
a { background-color: rgb(220,79,79); }
div.DivClassName
{
background-color: #DC4F4F;
}
.BgClassName
{
background-color: #DC4F4F;
}
</style>
border-color css
<style>
span { border-color: #DC4F4F; }
span { border-color: rgb(220,79,79); }
td.TdClassName
{
border-color: #DC4F4F;
}
.TagClassName
{
border-color: #DC4F4F;
}
</style>