Shades of Valencia #DC5251
Tints of Valencia #DC5251
RGB
CMYK
RGB Variations
Color information
#DC5251 (or 0xDC5251) is known color: Valencia. HEX triplet: DC, 52 and 51. RGB value is (220,82,81). Sum of RGB (Red+Green+Blue) = 220+82+81=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5251 is #23ADAE. Grayscale: #7B7B7B. Windows color (decimal): -2338223 or 5329628. OLE color: 5329628.
HSL color Cylindrical-coordinate representation of color #DC5251: hue angle of 0.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5251 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 81 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.14 |
| HSL | 0.43º | 0.67% | 0.59% | - |
| HSV(B) | 0.43º | 0.63% | 0.86% | - |
| XYZ | 34.02 | 21.84 | 10.21 | - |
| YUV | 123.15 | 104.22 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 81 | 0 | 0.63 | 0.63 | 0.14 | 0.43 | 0.67 | 0.59 |
| Hex | DC | 52 | 51 | 0 | 3F | 3F | E | 0 | 43 | 3B |
| Octal | 334 | 122 | 121 | 0 | 77 | 77 | 16 | 0 | 103 | 73 |
| Binary | 11011100 | 1010010 | 1010001 | 0 | 111111 | 111111 | 1110 | 0 | 1000011 | 111011 |
Color Harmonies of #DC5251
Complementary color
Monochromatic Colors of #DC5251
Black with #DC5251
Text Example
Text Example
White with #DC5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5251; }
p { color: rgb(220,82,81); }
H1.HeaderClassName
{
color: #DC5251;
}
.AnyTagClassName
{
color: #DC5251;
}
</style>
background-color css
<style>
a { background-color: #DC5251; }
a { background-color: rgb(220,82,81); }
div.DivClassName
{
background-color: #DC5251;
}
.BgClassName
{
background-color: #DC5251;
}
</style>
border-color css
<style>
span { border-color: #DC5251; }
span { border-color: rgb(220,82,81); }
td.TdClassName
{
border-color: #DC5251;
}
.TagClassName
{
border-color: #DC5251;
}
</style>