Shades of Valencia #DC4C4B
Tints of Valencia #DC4C4B
RGB
CMYK
RGB Variations
Color information
#DC4C4B (or 0xDC4C4B) is known color: Valencia. HEX triplet: DC, 4C and 4B. RGB value is (220,76,75). Sum of RGB (Red+Green+Blue) = 220+76+75=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C4B is #23B3B4. Grayscale: #777777. Windows color (decimal): -2339765 or 4934876. OLE color: 4934876.
HSL color Cylindrical-coordinate representation of color #DC4C4B: hue angle of 0.41º 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 #DC4C4B is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 75 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.14 |
| HSL | 0.41º | 0.67% | 0.58% | - |
| HSV(B) | 0.41º | 0.66% | 0.86% | - |
| XYZ | 33.37 | 20.89 | 8.93 | - |
| YUV | 118.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 75 | 0 | 0.65 | 0.66 | 0.14 | 0.41 | 0.67 | 0.58 |
| Hex | DC | 4C | 4B | 0 | 41 | 42 | E | 0 | 43 | 3A |
| Octal | 334 | 114 | 113 | 0 | 101 | 102 | 16 | 0 | 103 | 72 |
| Binary | 11011100 | 1001100 | 1001011 | 0 | 1000001 | 1000010 | 1110 | 0 | 1000011 | 111010 |
Color Harmonies of #DC4C4B
Complementary color
Monochromatic Colors of #DC4C4B
Black with #DC4C4B
Text Example
Text Example
White with #DC4C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C4B; }
p { color: rgb(220,76,75); }
H1.HeaderClassName
{
color: #DC4C4B;
}
.AnyTagClassName
{
color: #DC4C4B;
}
</style>
background-color css
<style>
a { background-color: #DC4C4B; }
a { background-color: rgb(220,76,75); }
div.DivClassName
{
background-color: #DC4C4B;
}
.BgClassName
{
background-color: #DC4C4B;
}
</style>
border-color css
<style>
span { border-color: #DC4C4B; }
span { border-color: rgb(220,76,75); }
td.TdClassName
{
border-color: #DC4C4B;
}
.TagClassName
{
border-color: #DC4C4B;
}
</style>