Shades of Valencia #DC4E4B
Tints of Valencia #DC4E4B
RGB
CMYK
RGB Variations
Color information
#DC4E4B (or 0xDC4E4B) is known color: Valencia. HEX triplet: DC, 4E and 4B. RGB value is (220,78,75). Sum of RGB (Red+Green+Blue) = 220+78+75=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E4B is #23B1B4. Grayscale: #787878. Windows color (decimal): -2339253 or 4935388. OLE color: 4935388.
HSL color Cylindrical-coordinate representation of color #DC4E4B: hue angle of 1.24º 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 #DC4E4B is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 75 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.14 |
| HSL | 1.24º | 0.67% | 0.58% | - |
| HSV(B) | 1.24º | 0.66% | 0.86% | - |
| XYZ | 33.51 | 21.17 | 8.98 | - |
| YUV | 120.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 75 | 0 | 0.65 | 0.66 | 0.14 | 1.24 | 0.67 | 0.58 |
| Hex | DC | 4E | 4B | 0 | 41 | 42 | E | 1 | 43 | 3A |
| Octal | 334 | 116 | 113 | 0 | 101 | 102 | 16 | 1 | 103 | 72 |
| Binary | 11011100 | 1001110 | 1001011 | 0 | 1000001 | 1000010 | 1110 | 1 | 1000011 | 111010 |
Color Harmonies of #DC4E4B
Complementary color
Monochromatic Colors of #DC4E4B
Black with #DC4E4B
Text Example
Text Example
White with #DC4E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E4B; }
p { color: rgb(220,78,75); }
H1.HeaderClassName
{
color: #DC4E4B;
}
.AnyTagClassName
{
color: #DC4E4B;
}
</style>
background-color css
<style>
a { background-color: #DC4E4B; }
a { background-color: rgb(220,78,75); }
div.DivClassName
{
background-color: #DC4E4B;
}
.BgClassName
{
background-color: #DC4E4B;
}
</style>
border-color css
<style>
span { border-color: #DC4E4B; }
span { border-color: rgb(220,78,75); }
td.TdClassName
{
border-color: #DC4E4B;
}
.TagClassName
{
border-color: #DC4E4B;
}
</style>