Shades of Valencia #D45D4F
Tints of Valencia #D45D4F
RGB
CMYK
RGB Variations
Color information
#D45D4F (or 0xD45D4F) is known color: Valencia. HEX triplet: D4, 5D and 4F. RGB value is (212,93,79). Sum of RGB (Red+Green+Blue) = 212+93+79=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D4F is #2BA2B0. Grayscale: #7F7F7F. Windows color (decimal): -2859697 or 5201364. OLE color: 5201364.
HSL color Cylindrical-coordinate representation of color #D45D4F: hue angle of 6.32º 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 #D45D4F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 79 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.17 |
| HSL | 6.32º | 0.61% | 0.57% | - |
| HSV(B) | 6.32º | 0.63% | 0.83% | - |
| XYZ | 32.48 | 22.39 | 10.01 | - |
| YUV | 126.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 79 | 0 | 0.56 | 0.63 | 0.17 | 6.32 | 0.61 | 0.57 |
| Hex | D4 | 5D | 4F | 0 | 38 | 3F | 11 | 6 | 3D | 39 |
| Octal | 324 | 135 | 117 | 0 | 70 | 77 | 21 | 6 | 75 | 71 |
| Binary | 11010100 | 1011101 | 1001111 | 0 | 111000 | 111111 | 10001 | 110 | 111101 | 111001 |
Color Harmonies of #D45D4F
Complementary color
Monochromatic Colors of #D45D4F
Black with #D45D4F
Text Example
Text Example
White with #D45D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D4F; }
p { color: rgb(212,93,79); }
H1.HeaderClassName
{
color: #D45D4F;
}
.AnyTagClassName
{
color: #D45D4F;
}
</style>
background-color css
<style>
a { background-color: #D45D4F; }
a { background-color: rgb(212,93,79); }
div.DivClassName
{
background-color: #D45D4F;
}
.BgClassName
{
background-color: #D45D4F;
}
</style>
border-color css
<style>
span { border-color: #D45D4F; }
span { border-color: rgb(212,93,79); }
td.TdClassName
{
border-color: #D45D4F;
}
.TagClassName
{
border-color: #D45D4F;
}
</style>