Shades of Valencia #DC4D4B
Tints of Valencia #DC4D4B
RGB
CMYK
RGB Variations
Color information
#DC4D4B (or 0xDC4D4B) is known color: Valencia. HEX triplet: DC, 4D and 4B. RGB value is (220,77,75). Sum of RGB (Red+Green+Blue) = 220+77+75=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D4B is #23B2B4. Grayscale: #777777. Windows color (decimal): -2339509 or 4935132. OLE color: 4935132.
HSL color Cylindrical-coordinate representation of color #DC4D4B: hue angle of 0.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4D4B is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 75 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.14 |
| HSL | 0.83º | 0.67% | 0.58% | - |
| HSV(B) | 0.83º | 0.66% | 0.86% | - |
| XYZ | 33.44 | 21.03 | 8.95 | - |
| YUV | 119.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 75 | 0 | 0.65 | 0.66 | 0.14 | 0.83 | 0.67 | 0.58 |
| Hex | DC | 4D | 4B | 0 | 41 | 42 | E | 1 | 43 | 3A |
| Octal | 334 | 115 | 113 | 0 | 101 | 102 | 16 | 1 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1001011 | 0 | 1000001 | 1000010 | 1110 | 1 | 1000011 | 111010 |
Color Harmonies of #DC4D4B
Complementary color
Monochromatic Colors of #DC4D4B
Black with #DC4D4B
Text Example
Text Example
White with #DC4D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D4B; }
p { color: rgb(220,77,75); }
H1.HeaderClassName
{
color: #DC4D4B;
}
.AnyTagClassName
{
color: #DC4D4B;
}
</style>
background-color css
<style>
a { background-color: #DC4D4B; }
a { background-color: rgb(220,77,75); }
div.DivClassName
{
background-color: #DC4D4B;
}
.BgClassName
{
background-color: #DC4D4B;
}
</style>
border-color css
<style>
span { border-color: #DC4D4B; }
span { border-color: rgb(220,77,75); }
td.TdClassName
{
border-color: #DC4D4B;
}
.TagClassName
{
border-color: #DC4D4B;
}
</style>