Shades of Valencia #D45E4F
Tints of Valencia #D45E4F
RGB
CMYK
RGB Variations
Color information
#D45E4F (or 0xD45E4F) is known color: Valencia. HEX triplet: D4, 5E and 4F. RGB value is (212,94,79). Sum of RGB (Red+Green+Blue) = 212+94+79=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45E4F is #2BA1B0. Grayscale: #7F7F7F. Windows color (decimal): -2859441 or 5201620. OLE color: 5201620.
HSL color Cylindrical-coordinate representation of color #D45E4F: hue angle of 6.77º 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 #D45E4F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 79 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.17 |
| HSL | 6.77º | 0.61% | 0.57% | - |
| HSV(B) | 6.77º | 0.63% | 0.83% | - |
| XYZ | 32.57 | 22.57 | 10.04 | - |
| YUV | 127.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 79 | 0 | 0.56 | 0.63 | 0.17 | 6.77 | 0.61 | 0.57 |
| Hex | D4 | 5E | 4F | 0 | 38 | 3F | 11 | 7 | 3D | 39 |
| Octal | 324 | 136 | 117 | 0 | 70 | 77 | 21 | 7 | 75 | 71 |
| Binary | 11010100 | 1011110 | 1001111 | 0 | 111000 | 111111 | 10001 | 111 | 111101 | 111001 |
Color Harmonies of #D45E4F
Complementary color
Monochromatic Colors of #D45E4F
Black with #D45E4F
Text Example
Text Example
White with #D45E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45E4F; }
p { color: rgb(212,94,79); }
H1.HeaderClassName
{
color: #D45E4F;
}
.AnyTagClassName
{
color: #D45E4F;
}
</style>
background-color css
<style>
a { background-color: #D45E4F; }
a { background-color: rgb(212,94,79); }
div.DivClassName
{
background-color: #D45E4F;
}
.BgClassName
{
background-color: #D45E4F;
}
</style>
border-color css
<style>
span { border-color: #D45E4F; }
span { border-color: rgb(212,94,79); }
td.TdClassName
{
border-color: #D45E4F;
}
.TagClassName
{
border-color: #D45E4F;
}
</style>