Shades of Valencia #D4534D
Tints of Valencia #D4534D
RGB
CMYK
RGB Variations
Color information
#D4534D (or 0xD4534D) is known color: Valencia. HEX triplet: D4, 53 and 4D. RGB value is (212,83,77). Sum of RGB (Red+Green+Blue) = 212+83+77=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4534D is #2BACB2. Grayscale: #797979. Windows color (decimal): -2862259 or 5067732. OLE color: 5067732.
HSL color Cylindrical-coordinate representation of color #D4534D: hue angle of 2.67º 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 #D4534D is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 77 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.17 |
| HSL | 2.67º | 0.61% | 0.57% | - |
| HSV(B) | 2.67º | 0.64% | 0.83% | - |
| XYZ | 31.58 | 20.72 | 9.36 | - |
| YUV | 120.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 77 | 0 | 0.61 | 0.64 | 0.17 | 2.67 | 0.61 | 0.57 |
| Hex | D4 | 53 | 4D | 0 | 3D | 40 | 11 | 3 | 3D | 39 |
| Octal | 324 | 123 | 115 | 0 | 75 | 100 | 21 | 3 | 75 | 71 |
| Binary | 11010100 | 1010011 | 1001101 | 0 | 111101 | 1000000 | 10001 | 11 | 111101 | 111001 |
Color Harmonies of #D4534D
Complementary color
Monochromatic Colors of #D4534D
Black with #D4534D
Text Example
Text Example
White with #D4534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4534D; }
p { color: rgb(212,83,77); }
H1.HeaderClassName
{
color: #D4534D;
}
.AnyTagClassName
{
color: #D4534D;
}
</style>
background-color css
<style>
a { background-color: #D4534D; }
a { background-color: rgb(212,83,77); }
div.DivClassName
{
background-color: #D4534D;
}
.BgClassName
{
background-color: #D4534D;
}
</style>
border-color css
<style>
span { border-color: #D4534D; }
span { border-color: rgb(212,83,77); }
td.TdClassName
{
border-color: #D4534D;
}
.TagClassName
{
border-color: #D4534D;
}
</style>