Shades of Valencia #D4524E
Tints of Valencia #D4524E
RGB
CMYK
RGB Variations
Color information
#D4524E (or 0xD4524E) is known color: Valencia. HEX triplet: D4, 52 and 4E. RGB value is (212,82,78). Sum of RGB (Red+Green+Blue) = 212+82+78=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4524E is #2BADB1. Grayscale: #787878. Windows color (decimal): -2862514 or 5133012. OLE color: 5133012.
HSL color Cylindrical-coordinate representation of color #D4524E: hue angle of 1.79º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4524E is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 78 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.17 |
| HSL | 1.79º | 0.61% | 0.57% | - |
| HSV(B) | 1.79º | 0.63% | 0.83% | - |
| XYZ | 31.54 | 20.58 | 9.52 | - |
| YUV | 120.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 78 | 0 | 0.61 | 0.63 | 0.17 | 1.79 | 0.61 | 0.57 |
| Hex | D4 | 52 | 4E | 0 | 3D | 3F | 11 | 2 | 3D | 39 |
| Octal | 324 | 122 | 116 | 0 | 75 | 77 | 21 | 2 | 75 | 71 |
| Binary | 11010100 | 1010010 | 1001110 | 0 | 111101 | 111111 | 10001 | 10 | 111101 | 111001 |
Color Harmonies of #D4524E
Complementary color
Monochromatic Colors of #D4524E
Black with #D4524E
Text Example
Text Example
White with #D4524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4524E; }
p { color: rgb(212,82,78); }
H1.HeaderClassName
{
color: #D4524E;
}
.AnyTagClassName
{
color: #D4524E;
}
</style>
background-color css
<style>
a { background-color: #D4524E; }
a { background-color: rgb(212,82,78); }
div.DivClassName
{
background-color: #D4524E;
}
.BgClassName
{
background-color: #D4524E;
}
</style>
border-color css
<style>
span { border-color: #D4524E; }
span { border-color: rgb(212,82,78); }
td.TdClassName
{
border-color: #D4524E;
}
.TagClassName
{
border-color: #D4524E;
}
</style>