Shades of Valencia #D45A4F
Tints of Valencia #D45A4F
RGB
CMYK
RGB Variations
Color information
#D45A4F (or 0xD45A4F) is known color: Valencia. HEX triplet: D4, 5A and 4F. RGB value is (212,90,79). Sum of RGB (Red+Green+Blue) = 212+90+79=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45A4F is #2BA5B0. Grayscale: #7D7D7D. Windows color (decimal): -2860465 or 5200596. OLE color: 5200596.
HSL color Cylindrical-coordinate representation of color #D45A4F: hue angle of 4.96º 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 #D45A4F is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 79 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.17 |
| HSL | 4.96º | 0.61% | 0.57% | - |
| HSV(B) | 4.96º | 0.63% | 0.83% | - |
| XYZ | 32.22 | 21.87 | 9.92 | - |
| YUV | 125.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 79 | 0 | 0.58 | 0.63 | 0.17 | 4.96 | 0.61 | 0.57 |
| Hex | D4 | 5A | 4F | 0 | 3A | 3F | 11 | 5 | 3D | 39 |
| Octal | 324 | 132 | 117 | 0 | 72 | 77 | 21 | 5 | 75 | 71 |
| Binary | 11010100 | 1011010 | 1001111 | 0 | 111010 | 111111 | 10001 | 101 | 111101 | 111001 |
Color Harmonies of #D45A4F
Complementary color
Monochromatic Colors of #D45A4F
Black with #D45A4F
Text Example
Text Example
White with #D45A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A4F; }
p { color: rgb(212,90,79); }
H1.HeaderClassName
{
color: #D45A4F;
}
.AnyTagClassName
{
color: #D45A4F;
}
</style>
background-color css
<style>
a { background-color: #D45A4F; }
a { background-color: rgb(212,90,79); }
div.DivClassName
{
background-color: #D45A4F;
}
.BgClassName
{
background-color: #D45A4F;
}
</style>
border-color css
<style>
span { border-color: #D45A4F; }
span { border-color: rgb(212,90,79); }
td.TdClassName
{
border-color: #D45A4F;
}
.TagClassName
{
border-color: #D45A4F;
}
</style>