Shades of Valencia #D5514A
Tints of Valencia #D5514A
RGB
CMYK
RGB Variations
Color information
#D5514A (or 0xD5514A) is known color: Valencia. HEX triplet: D5, 51 and 4A. RGB value is (213,81,74). Sum of RGB (Red+Green+Blue) = 213+81+74=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5514A is #2AAEB5. Grayscale: #777777. Windows color (decimal): -2797238 or 4870613. OLE color: 4870613.
HSL color Cylindrical-coordinate representation of color #D5514A: hue angle of 3.02º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5514A is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 74 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.16 |
| HSL | 3.02º | 0.62% | 0.56% | - |
| HSV(B) | 3.02º | 0.65% | 0.84% | - |
| XYZ | 31.62 | 20.53 | 8.77 | - |
| YUV | 119.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 74 | 0 | 0.62 | 0.65 | 0.16 | 3.02 | 0.62 | 0.56 |
| Hex | D5 | 51 | 4A | 0 | 3E | 41 | 10 | 3 | 3E | 38 |
| Octal | 325 | 121 | 112 | 0 | 76 | 101 | 20 | 3 | 76 | 70 |
| Binary | 11010101 | 1010001 | 1001010 | 0 | 111110 | 1000001 | 10000 | 11 | 111110 | 111000 |
Color Harmonies of #D5514A
Complementary color
Monochromatic Colors of #D5514A
Black with #D5514A
Text Example
Text Example
White with #D5514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5514A; }
p { color: rgb(213,81,74); }
H1.HeaderClassName
{
color: #D5514A;
}
.AnyTagClassName
{
color: #D5514A;
}
</style>
background-color css
<style>
a { background-color: #D5514A; }
a { background-color: rgb(213,81,74); }
div.DivClassName
{
background-color: #D5514A;
}
.BgClassName
{
background-color: #D5514A;
}
</style>
border-color css
<style>
span { border-color: #D5514A; }
span { border-color: rgb(213,81,74); }
td.TdClassName
{
border-color: #D5514A;
}
.TagClassName
{
border-color: #D5514A;
}
</style>