Shades of Valencia #D45453
Tints of Valencia #D45453
RGB
CMYK
RGB Variations
Color information
#D45453 (or 0xD45453) is known color: Valencia. HEX triplet: D4, 54 and 53. RGB value is (212,84,83). Sum of RGB (Red+Green+Blue) = 212+84+83=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D45453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45453 is #2BABAC. Grayscale: #7A7A7A. Windows color (decimal): -2861997 or 5461204. OLE color: 5461204.
HSL color Cylindrical-coordinate representation of color #D45453: hue angle of 0.47º 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 #D45453 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 83 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.17 |
| HSL | 0.47º | 0.6% | 0.58% | - |
| HSV(B) | 0.47º | 0.61% | 0.83% | - |
| XYZ | 31.88 | 20.96 | 10.55 | - |
| YUV | 122.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 83 | 0 | 0.60 | 0.61 | 0.17 | 0.47 | 0.6 | 0.58 |
| Hex | D4 | 54 | 53 | 0 | 3C | 3D | 11 | 0 | 3C | 3A |
| Octal | 324 | 124 | 123 | 0 | 74 | 75 | 21 | 0 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1010011 | 0 | 111100 | 111101 | 10001 | 0 | 111100 | 111010 |
Color Harmonies of #D45453
Complementary color
Monochromatic Colors of #D45453
Black with #D45453
Text Example
Text Example
White with #D45453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45453; }
p { color: rgb(212,84,83); }
H1.HeaderClassName
{
color: #D45453;
}
.AnyTagClassName
{
color: #D45453;
}
</style>
background-color css
<style>
a { background-color: #D45453; }
a { background-color: rgb(212,84,83); }
div.DivClassName
{
background-color: #D45453;
}
.BgClassName
{
background-color: #D45453;
}
</style>
border-color css
<style>
span { border-color: #D45453; }
span { border-color: rgb(212,84,83); }
td.TdClassName
{
border-color: #D45453;
}
.TagClassName
{
border-color: #D45453;
}
</style>