Shades of Valencia #DC4B4B
Tints of Valencia #DC4B4B
RGB
CMYK
RGB Variations
Color information
#DC4B4B (or 0xDC4B4B) is known color: Valencia. HEX triplet: DC, 4B and 4B. RGB value is (220,75,75). Sum of RGB (Red+Green+Blue) = 220+75+75=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B4B is #23B4B4. Grayscale: #767676. Windows color (decimal): -2340021 or 4934620. OLE color: 4934620.
HSL color Cylindrical-coordinate representation of color #DC4B4B: hue angle of 0º 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 #DC4B4B is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 75 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.14 |
| HSL | 0º | 0.67% | 0.58% | - |
| HSV(B) | 0º | 0.66% | 0.86% | - |
| XYZ | 33.3 | 20.76 | 8.91 | - |
| YUV | 118.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 75 | 0 | 0.66 | 0.66 | 0.14 | 0 | 0.67 | 0.58 |
| Hex | DC | 4B | 4B | 0 | 42 | 42 | E | 0 | 43 | 3A |
| Octal | 334 | 113 | 113 | 0 | 102 | 102 | 16 | 0 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1001011 | 0 | 1000010 | 1000010 | 1110 | 0 | 1000011 | 111010 |
Color Harmonies of #DC4B4B
Complementary color
Monochromatic Colors of #DC4B4B
Black with #DC4B4B
Text Example
Text Example
White with #DC4B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B4B; }
p { color: rgb(220,75,75); }
H1.HeaderClassName
{
color: #DC4B4B;
}
.AnyTagClassName
{
color: #DC4B4B;
}
</style>
background-color css
<style>
a { background-color: #DC4B4B; }
a { background-color: rgb(220,75,75); }
div.DivClassName
{
background-color: #DC4B4B;
}
.BgClassName
{
background-color: #DC4B4B;
}
</style>
border-color css
<style>
span { border-color: #DC4B4B; }
span { border-color: rgb(220,75,75); }
td.TdClassName
{
border-color: #DC4B4B;
}
.TagClassName
{
border-color: #DC4B4B;
}
</style>