Shades of Valencia #DC4A4A
Tints of Valencia #DC4A4A
RGB
CMYK
RGB Variations
Color information
#DC4A4A (or 0xDC4A4A) is known color: Valencia. HEX triplet: DC, 4A and 4A. RGB value is (220,74,74). Sum of RGB (Red+Green+Blue) = 220+74+74=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A4A is #23B5B5. Grayscale: #757575. Windows color (decimal): -2340278 or 4868828. OLE color: 4868828.
HSL color Cylindrical-coordinate representation of color #DC4A4A: hue angle of 0º degrees, saturation: 0.68, 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 #DC4A4A is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 74 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.14 |
| HSL | 0º | 0.68% | 0.58% | - |
| HSV(B) | 0º | 0.66% | 0.86% | - |
| XYZ | 33.2 | 20.61 | 8.71 | - |
| YUV | 117.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 74 | 0 | 0.66 | 0.66 | 0.14 | 0 | 0.68 | 0.58 |
| Hex | DC | 4A | 4A | 0 | 42 | 42 | E | 0 | 44 | 3A |
| Octal | 334 | 112 | 112 | 0 | 102 | 102 | 16 | 0 | 104 | 72 |
| Binary | 11011100 | 1001010 | 1001010 | 0 | 1000010 | 1000010 | 1110 | 0 | 1000100 | 111010 |
Color Harmonies of #DC4A4A
Complementary color
Monochromatic Colors of #DC4A4A
Black with #DC4A4A
Text Example
Text Example
White with #DC4A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A4A; }
p { color: rgb(220,74,74); }
H1.HeaderClassName
{
color: #DC4A4A;
}
.AnyTagClassName
{
color: #DC4A4A;
}
</style>
background-color css
<style>
a { background-color: #DC4A4A; }
a { background-color: rgb(220,74,74); }
div.DivClassName
{
background-color: #DC4A4A;
}
.BgClassName
{
background-color: #DC4A4A;
}
</style>
border-color css
<style>
span { border-color: #DC4A4A; }
span { border-color: rgb(220,74,74); }
td.TdClassName
{
border-color: #DC4A4A;
}
.TagClassName
{
border-color: #DC4A4A;
}
</style>