Shades of Valencia #D45C4E
Tints of Valencia #D45C4E
RGB
CMYK
RGB Variations
Color information
#D45C4E (or 0xD45C4E) is known color: Valencia. HEX triplet: D4, 5C and 4E. RGB value is (212,92,78). Sum of RGB (Red+Green+Blue) = 212+92+78=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45C4E is #2BA3B1. Grayscale: #7E7E7E. Windows color (decimal): -2859954 or 5135572. OLE color: 5135572.
HSL color Cylindrical-coordinate representation of color #D45C4E: hue angle of 6.27º 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 #D45C4E is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 78 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.17 |
| HSL | 6.27º | 0.61% | 0.57% | - |
| HSV(B) | 6.27º | 0.63% | 0.83% | - |
| XYZ | 32.35 | 22.2 | 9.79 | - |
| YUV | 126.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 78 | 0 | 0.57 | 0.63 | 0.17 | 6.27 | 0.61 | 0.57 |
| Hex | D4 | 5C | 4E | 0 | 39 | 3F | 11 | 6 | 3D | 39 |
| Octal | 324 | 134 | 116 | 0 | 71 | 77 | 21 | 6 | 75 | 71 |
| Binary | 11010100 | 1011100 | 1001110 | 0 | 111001 | 111111 | 10001 | 110 | 111101 | 111001 |
Color Harmonies of #D45C4E
Complementary color
Monochromatic Colors of #D45C4E
Black with #D45C4E
Text Example
Text Example
White with #D45C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45C4E; }
p { color: rgb(212,92,78); }
H1.HeaderClassName
{
color: #D45C4E;
}
.AnyTagClassName
{
color: #D45C4E;
}
</style>
background-color css
<style>
a { background-color: #D45C4E; }
a { background-color: rgb(212,92,78); }
div.DivClassName
{
background-color: #D45C4E;
}
.BgClassName
{
background-color: #D45C4E;
}
</style>
border-color css
<style>
span { border-color: #D45C4E; }
span { border-color: rgb(212,92,78); }
td.TdClassName
{
border-color: #D45C4E;
}
.TagClassName
{
border-color: #D45C4E;
}
</style>