Shades of Valencia #DC4D42
Tints of Valencia #DC4D42
RGB
CMYK
RGB Variations
Color information
#DC4D42 (or 0xDC4D42) is known color: Valencia. HEX triplet: DC, 4D and 42. RGB value is (220,77,66). Sum of RGB (Red+Green+Blue) = 220+77+66=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D42 is #23B2BD. Grayscale: #767676. Windows color (decimal): -2339518 or 4345308. OLE color: 4345308.
HSL color Cylindrical-coordinate representation of color #DC4D42: hue angle of 4.29º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4D42 is Cyan = 0, Magento = 0.65, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 66 | - |
| CMYK | 0 | 0.65 | 0.7 | 0.14 |
| HSL | 4.29º | 0.69% | 0.56% | - |
| HSV(B) | 4.29º | 0.7% | 0.86% | - |
| XYZ | 33.15 | 20.92 | 7.44 | - |
| YUV | 118.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 66 | 0 | 0.65 | 0.7 | 0.14 | 4.29 | 0.69 | 0.56 |
| Hex | DC | 4D | 42 | 0 | 41 | 46 | E | 4 | 45 | 38 |
| Octal | 334 | 115 | 102 | 0 | 101 | 106 | 16 | 4 | 105 | 70 |
| Binary | 11011100 | 1001101 | 1000010 | 0 | 1000001 | 1000110 | 1110 | 100 | 1000101 | 111000 |
Color Harmonies of #DC4D42
Complementary color
Monochromatic Colors of #DC4D42
Black with #DC4D42
Text Example
Text Example
White with #DC4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D42; }
p { color: rgb(220,77,66); }
H1.HeaderClassName
{
color: #DC4D42;
}
.AnyTagClassName
{
color: #DC4D42;
}
</style>
background-color css
<style>
a { background-color: #DC4D42; }
a { background-color: rgb(220,77,66); }
div.DivClassName
{
background-color: #DC4D42;
}
.BgClassName
{
background-color: #DC4D42;
}
</style>
border-color css
<style>
span { border-color: #DC4D42; }
span { border-color: rgb(220,77,66); }
td.TdClassName
{
border-color: #DC4D42;
}
.TagClassName
{
border-color: #DC4D42;
}
</style>