Shades of Valencia #D5544F
Tints of Valencia #D5544F
RGB
CMYK
RGB Variations
Color information
#D5544F (or 0xD5544F) is known color: Valencia. HEX triplet: D5, 54 and 4F. RGB value is (213,84,79). Sum of RGB (Red+Green+Blue) = 213+84+79=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5544F is #2AABB0. Grayscale: #7A7A7A. Windows color (decimal): -2796465 or 5199061. OLE color: 5199061.
HSL color Cylindrical-coordinate representation of color #D5544F: hue angle of 2.24º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5544F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 79 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.16 |
| HSL | 2.24º | 0.61% | 0.57% | - |
| HSV(B) | 2.24º | 0.63% | 0.84% | - |
| XYZ | 32.02 | 21.05 | 9.77 | - |
| YUV | 122 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 79 | 0 | 0.61 | 0.63 | 0.16 | 2.24 | 0.61 | 0.57 |
| Hex | D5 | 54 | 4F | 0 | 3D | 3F | 10 | 2 | 3D | 39 |
| Octal | 325 | 124 | 117 | 0 | 75 | 77 | 20 | 2 | 75 | 71 |
| Binary | 11010101 | 1010100 | 1001111 | 0 | 111101 | 111111 | 10000 | 10 | 111101 | 111001 |
Color Harmonies of #D5544F
Complementary color
Monochromatic Colors of #D5544F
Black with #D5544F
Text Example
Text Example
White with #D5544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5544F; }
p { color: rgb(213,84,79); }
H1.HeaderClassName
{
color: #D5544F;
}
.AnyTagClassName
{
color: #D5544F;
}
</style>
background-color css
<style>
a { background-color: #D5544F; }
a { background-color: rgb(213,84,79); }
div.DivClassName
{
background-color: #D5544F;
}
.BgClassName
{
background-color: #D5544F;
}
</style>
border-color css
<style>
span { border-color: #D5544F; }
span { border-color: rgb(213,84,79); }
td.TdClassName
{
border-color: #D5544F;
}
.TagClassName
{
border-color: #D5544F;
}
</style>