Shades of Valencia #D4554D
Tints of Valencia #D4554D
RGB
CMYK
RGB Variations
Color information
#D4554D (or 0xD4554D) is known color: Valencia. HEX triplet: D4, 55 and 4D. RGB value is (212,85,77). Sum of RGB (Red+Green+Blue) = 212+85+77=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4554D is #2BAAB2. Grayscale: #7A7A7A. Windows color (decimal): -2861747 or 5068244. OLE color: 5068244.
HSL color Cylindrical-coordinate representation of color #D4554D: hue angle of 3.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4554D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 77 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.17 |
| HSL | 3.56º | 0.61% | 0.57% | - |
| HSV(B) | 3.56º | 0.64% | 0.83% | - |
| XYZ | 31.74 | 21.03 | 9.41 | - |
| YUV | 122.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 77 | 0 | 0.60 | 0.64 | 0.17 | 3.56 | 0.61 | 0.57 |
| Hex | D4 | 55 | 4D | 0 | 3C | 40 | 11 | 4 | 3D | 39 |
| Octal | 324 | 125 | 115 | 0 | 74 | 100 | 21 | 4 | 75 | 71 |
| Binary | 11010100 | 1010101 | 1001101 | 0 | 111100 | 1000000 | 10001 | 100 | 111101 | 111001 |
Color Harmonies of #D4554D
Complementary color
Monochromatic Colors of #D4554D
Black with #D4554D
Text Example
Text Example
White with #D4554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4554D; }
p { color: rgb(212,85,77); }
H1.HeaderClassName
{
color: #D4554D;
}
.AnyTagClassName
{
color: #D4554D;
}
</style>
background-color css
<style>
a { background-color: #D4554D; }
a { background-color: rgb(212,85,77); }
div.DivClassName
{
background-color: #D4554D;
}
.BgClassName
{
background-color: #D4554D;
}
</style>
border-color css
<style>
span { border-color: #D4554D; }
span { border-color: rgb(212,85,77); }
td.TdClassName
{
border-color: #D4554D;
}
.TagClassName
{
border-color: #D4554D;
}
</style>