Shades of Valencia #DC4E43
Tints of Valencia #DC4E43
RGB
CMYK
RGB Variations
Color information
#DC4E43 (or 0xDC4E43) is known color: Valencia. HEX triplet: DC, 4E and 43. RGB value is (220,78,67). Sum of RGB (Red+Green+Blue) = 220+78+67=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E43 is #23B1BC. Grayscale: #777777. Windows color (decimal): -2339261 or 4411100. OLE color: 4411100.
HSL color Cylindrical-coordinate representation of color #DC4E43: hue angle of 4.31º 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 #DC4E43 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 67 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.14 |
| HSL | 4.31º | 0.69% | 0.56% | - |
| HSV(B) | 4.31º | 0.7% | 0.86% | - |
| XYZ | 33.25 | 21.07 | 7.62 | - |
| YUV | 119.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 67 | 0 | 0.65 | 0.70 | 0.14 | 4.31 | 0.69 | 0.56 |
| Hex | DC | 4E | 43 | 0 | 41 | 46 | E | 4 | 45 | 38 |
| Octal | 334 | 116 | 103 | 0 | 101 | 106 | 16 | 4 | 105 | 70 |
| Binary | 11011100 | 1001110 | 1000011 | 0 | 1000001 | 1000110 | 1110 | 100 | 1000101 | 111000 |
Color Harmonies of #DC4E43
Complementary color
Monochromatic Colors of #DC4E43
Black with #DC4E43
Text Example
Text Example
White with #DC4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E43; }
p { color: rgb(220,78,67); }
H1.HeaderClassName
{
color: #DC4E43;
}
.AnyTagClassName
{
color: #DC4E43;
}
</style>
background-color css
<style>
a { background-color: #DC4E43; }
a { background-color: rgb(220,78,67); }
div.DivClassName
{
background-color: #DC4E43;
}
.BgClassName
{
background-color: #DC4E43;
}
</style>
border-color css
<style>
span { border-color: #DC4E43; }
span { border-color: rgb(220,78,67); }
td.TdClassName
{
border-color: #DC4E43;
}
.TagClassName
{
border-color: #DC4E43;
}
</style>