Shades of Valencia #D45D53
Tints of Valencia #D45D53
RGB
CMYK
RGB Variations
Color information
#D45D53 (or 0xD45D53) is known color: Valencia. HEX triplet: D4, 5D and 53. RGB value is (212,93,83). Sum of RGB (Red+Green+Blue) = 212+93+83=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D53 is #2BA2AC. Grayscale: #7F7F7F. Windows color (decimal): -2859693 or 5463508. OLE color: 5463508.
HSL color Cylindrical-coordinate representation of color #D45D53: hue angle of 4.65º 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 #D45D53 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 83 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.17 |
| HSL | 4.65º | 0.6% | 0.58% | - |
| HSV(B) | 4.65º | 0.61% | 0.83% | - |
| XYZ | 32.63 | 22.45 | 10.8 | - |
| YUV | 127.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 83 | 0 | 0.56 | 0.61 | 0.17 | 4.65 | 0.6 | 0.58 |
| Hex | D4 | 5D | 53 | 0 | 38 | 3D | 11 | 5 | 3C | 3A |
| Octal | 324 | 135 | 123 | 0 | 70 | 75 | 21 | 5 | 74 | 72 |
| Binary | 11010100 | 1011101 | 1010011 | 0 | 111000 | 111101 | 10001 | 101 | 111100 | 111010 |
Color Harmonies of #D45D53
Complementary color
Monochromatic Colors of #D45D53
Black with #D45D53
Text Example
Text Example
White with #D45D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D53; }
p { color: rgb(212,93,83); }
H1.HeaderClassName
{
color: #D45D53;
}
.AnyTagClassName
{
color: #D45D53;
}
</style>
background-color css
<style>
a { background-color: #D45D53; }
a { background-color: rgb(212,93,83); }
div.DivClassName
{
background-color: #D45D53;
}
.BgClassName
{
background-color: #D45D53;
}
</style>
border-color css
<style>
span { border-color: #D45D53; }
span { border-color: rgb(212,93,83); }
td.TdClassName
{
border-color: #D45D53;
}
.TagClassName
{
border-color: #D45D53;
}
</style>