Shades of Valencia #D45C52
Tints of Valencia #D45C52
RGB
CMYK
RGB Variations
Color information
#D45C52 (or 0xD45C52) is known color: Valencia. HEX triplet: D4, 5C and 52. RGB value is (212,92,82). Sum of RGB (Red+Green+Blue) = 212+92+82=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C52 is #2BA3AD. Grayscale: #7E7E7E. Windows color (decimal): -2859950 or 5397716. OLE color: 5397716.
HSL color Cylindrical-coordinate representation of color #D45C52: hue angle of 4.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45C52 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 82 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.17 |
| HSL | 4.62º | 0.6% | 0.58% | - |
| HSV(B) | 4.62º | 0.61% | 0.83% | - |
| XYZ | 32.5 | 22.26 | 10.57 | - |
| YUV | 126.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 82 | 0 | 0.57 | 0.61 | 0.17 | 4.62 | 0.6 | 0.58 |
| Hex | D4 | 5C | 52 | 0 | 39 | 3D | 11 | 5 | 3C | 3A |
| Octal | 324 | 134 | 122 | 0 | 71 | 75 | 21 | 5 | 74 | 72 |
| Binary | 11010100 | 1011100 | 1010010 | 0 | 111001 | 111101 | 10001 | 101 | 111100 | 111010 |
Color Harmonies of #D45C52
Complementary color
Monochromatic Colors of #D45C52
Black with #D45C52
Text Example
Text Example
White with #D45C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45C52; }
p { color: rgb(212,92,82); }
H1.HeaderClassName
{
color: #D45C52;
}
.AnyTagClassName
{
color: #D45C52;
}
</style>
background-color css
<style>
a { background-color: #D45C52; }
a { background-color: rgb(212,92,82); }
div.DivClassName
{
background-color: #D45C52;
}
.BgClassName
{
background-color: #D45C52;
}
</style>
border-color css
<style>
span { border-color: #D45C52; }
span { border-color: rgb(212,92,82); }
td.TdClassName
{
border-color: #D45C52;
}
.TagClassName
{
border-color: #D45C52;
}
</style>