Shades of Valencia #D45954
Tints of Valencia #D45954
RGB
CMYK
RGB Variations
Color information
#D45954 (or 0xD45954) is known color: Valencia. HEX triplet: D4, 59 and 54. RGB value is (212,89,84). Sum of RGB (Red+Green+Blue) = 212+89+84=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D45954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45954 is #2BA6AB. Grayscale: #7D7D7D. Windows color (decimal): -2860716 or 5528020. OLE color: 5528020.
HSL color Cylindrical-coordinate representation of color #D45954: hue angle of 2.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45954 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 84 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.17 |
| HSL | 2.34º | 0.6% | 0.58% | - |
| HSV(B) | 2.34º | 0.6% | 0.83% | - |
| XYZ | 32.32 | 21.78 | 10.89 | - |
| YUV | 125.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 84 | 0 | 0.58 | 0.60 | 0.17 | 2.34 | 0.6 | 0.58 |
| Hex | D4 | 59 | 54 | 0 | 3A | 3C | 11 | 2 | 3C | 3A |
| Octal | 324 | 131 | 124 | 0 | 72 | 74 | 21 | 2 | 74 | 72 |
| Binary | 11010100 | 1011001 | 1010100 | 0 | 111010 | 111100 | 10001 | 10 | 111100 | 111010 |
Color Harmonies of #D45954
Complementary color
Monochromatic Colors of #D45954
Black with #D45954
Text Example
Text Example
White with #D45954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45954; }
p { color: rgb(212,89,84); }
H1.HeaderClassName
{
color: #D45954;
}
.AnyTagClassName
{
color: #D45954;
}
</style>
background-color css
<style>
a { background-color: #D45954; }
a { background-color: rgb(212,89,84); }
div.DivClassName
{
background-color: #D45954;
}
.BgClassName
{
background-color: #D45954;
}
</style>
border-color css
<style>
span { border-color: #D45954; }
span { border-color: rgb(212,89,84); }
td.TdClassName
{
border-color: #D45954;
}
.TagClassName
{
border-color: #D45954;
}
</style>