Shades of Valencia #D45649
Tints of Valencia #D45649
RGB
CMYK
RGB Variations
Color information
#D45649 (or 0xD45649) is known color: Valencia. HEX triplet: D4, 56 and 49. RGB value is (212,86,73). Sum of RGB (Red+Green+Blue) = 212+86+73=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D45649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45649 is #2BA9B6. Grayscale: #7A7A7A. Windows color (decimal): -2861495 or 4806356. OLE color: 4806356.
HSL color Cylindrical-coordinate representation of color #D45649: hue angle of 5.61º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D45649 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 73 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.17 |
| HSL | 5.61º | 0.62% | 0.56% | - |
| HSV(B) | 5.61º | 0.66% | 0.83% | - |
| XYZ | 31.68 | 21.13 | 8.71 | - |
| YUV | 122.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 73 | 0 | 0.59 | 0.66 | 0.17 | 5.61 | 0.62 | 0.56 |
| Hex | D4 | 56 | 49 | 0 | 3B | 42 | 11 | 6 | 3E | 38 |
| Octal | 324 | 126 | 111 | 0 | 73 | 102 | 21 | 6 | 76 | 70 |
| Binary | 11010100 | 1010110 | 1001001 | 0 | 111011 | 1000010 | 10001 | 110 | 111110 | 111000 |
Color Harmonies of #D45649
Complementary color
Monochromatic Colors of #D45649
Black with #D45649
Text Example
Text Example
White with #D45649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45649; }
p { color: rgb(212,86,73); }
H1.HeaderClassName
{
color: #D45649;
}
.AnyTagClassName
{
color: #D45649;
}
</style>
background-color css
<style>
a { background-color: #D45649; }
a { background-color: rgb(212,86,73); }
div.DivClassName
{
background-color: #D45649;
}
.BgClassName
{
background-color: #D45649;
}
</style>
border-color css
<style>
span { border-color: #D45649; }
span { border-color: rgb(212,86,73); }
td.TdClassName
{
border-color: #D45649;
}
.TagClassName
{
border-color: #D45649;
}
</style>