Shades of Valencia #D54D49
Tints of Valencia #D54D49
RGB
CMYK
RGB Variations
Color information
#D54D49 (or 0xD54D49) is known color: Valencia. HEX triplet: D5, 4D and 49. RGB value is (213,77,73). Sum of RGB (Red+Green+Blue) = 213+77+73=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D49 is #2AB2B6. Grayscale: #757575. Windows color (decimal): -2798263 or 4804053. OLE color: 4804053.
HSL color Cylindrical-coordinate representation of color #D54D49: hue angle of 1.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54D49 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 73 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.16 |
| HSL | 1.71º | 0.63% | 0.56% | - |
| HSV(B) | 1.71º | 0.66% | 0.84% | - |
| XYZ | 31.3 | 19.93 | 8.5 | - |
| YUV | 117.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 73 | 0 | 0.64 | 0.66 | 0.16 | 1.71 | 0.63 | 0.56 |
| Hex | D5 | 4D | 49 | 0 | 40 | 42 | 10 | 2 | 3E | 38 |
| Octal | 325 | 115 | 111 | 0 | 100 | 102 | 20 | 2 | 76 | 70 |
| Binary | 11010101 | 1001101 | 1001001 | 0 | 1000000 | 1000010 | 10000 | 10 | 111110 | 111000 |
Color Harmonies of #D54D49
Complementary color
Monochromatic Colors of #D54D49
Black with #D54D49
Text Example
Text Example
White with #D54D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D49; }
p { color: rgb(213,77,73); }
H1.HeaderClassName
{
color: #D54D49;
}
.AnyTagClassName
{
color: #D54D49;
}
</style>
background-color css
<style>
a { background-color: #D54D49; }
a { background-color: rgb(213,77,73); }
div.DivClassName
{
background-color: #D54D49;
}
.BgClassName
{
background-color: #D54D49;
}
</style>
border-color css
<style>
span { border-color: #D54D49; }
span { border-color: rgb(213,77,73); }
td.TdClassName
{
border-color: #D54D49;
}
.TagClassName
{
border-color: #D54D49;
}
</style>