Shades of Valencia #DC4944
Tints of Valencia #DC4944
RGB
CMYK
RGB Variations
Color information
#DC4944 (or 0xDC4944) is known color: Valencia. HEX triplet: DC, 49 and 44. RGB value is (220,73,68). Sum of RGB (Red+Green+Blue) = 220+73+68=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4944 is #23B6BB. Grayscale: #747474. Windows color (decimal): -2340540 or 4475356. OLE color: 4475356.
HSL color Cylindrical-coordinate representation of color #DC4944: hue angle of 1.97º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4944 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 68 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.14 |
| HSL | 1.97º | 0.68% | 0.56% | - |
| HSV(B) | 1.97º | 0.69% | 0.86% | - |
| XYZ | 32.94 | 20.4 | 7.67 | - |
| YUV | 116.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 68 | 0 | 0.67 | 0.69 | 0.14 | 1.97 | 0.68 | 0.56 |
| Hex | DC | 49 | 44 | 0 | 43 | 45 | E | 2 | 44 | 38 |
| Octal | 334 | 111 | 104 | 0 | 103 | 105 | 16 | 2 | 104 | 70 |
| Binary | 11011100 | 1001001 | 1000100 | 0 | 1000011 | 1000101 | 1110 | 10 | 1000100 | 111000 |
Color Harmonies of #DC4944
Complementary color
Monochromatic Colors of #DC4944
Black with #DC4944
Text Example
Text Example
White with #DC4944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4944; }
p { color: rgb(220,73,68); }
H1.HeaderClassName
{
color: #DC4944;
}
.AnyTagClassName
{
color: #DC4944;
}
</style>
background-color css
<style>
a { background-color: #DC4944; }
a { background-color: rgb(220,73,68); }
div.DivClassName
{
background-color: #DC4944;
}
.BgClassName
{
background-color: #DC4944;
}
</style>
border-color css
<style>
span { border-color: #DC4944; }
span { border-color: rgb(220,73,68); }
td.TdClassName
{
border-color: #DC4944;
}
.TagClassName
{
border-color: #DC4944;
}
</style>