Shades of Valencia #D45853
Tints of Valencia #D45853
RGB
CMYK
RGB Variations
Color information
#D45853 (or 0xD45853) is known color: Valencia. HEX triplet: D4, 58 and 53. RGB value is (212,88,83). Sum of RGB (Red+Green+Blue) = 212+88+83=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D45853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45853 is #2BA7AC. Grayscale: #7C7C7C. Windows color (decimal): -2860973 or 5462228. OLE color: 5462228.
HSL color Cylindrical-coordinate representation of color #D45853: hue angle of 2.33º 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 #D45853 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 83 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.17 |
| HSL | 2.33º | 0.6% | 0.58% | - |
| HSV(B) | 2.33º | 0.61% | 0.83% | - |
| XYZ | 32.2 | 21.6 | 10.66 | - |
| YUV | 124.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 83 | 0 | 0.58 | 0.61 | 0.17 | 2.33 | 0.6 | 0.58 |
| Hex | D4 | 58 | 53 | 0 | 3A | 3D | 11 | 2 | 3C | 3A |
| Octal | 324 | 130 | 123 | 0 | 72 | 75 | 21 | 2 | 74 | 72 |
| Binary | 11010100 | 1011000 | 1010011 | 0 | 111010 | 111101 | 10001 | 10 | 111100 | 111010 |
Color Harmonies of #D45853
Complementary color
Monochromatic Colors of #D45853
Black with #D45853
Text Example
Text Example
White with #D45853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45853; }
p { color: rgb(212,88,83); }
H1.HeaderClassName
{
color: #D45853;
}
.AnyTagClassName
{
color: #D45853;
}
</style>
background-color css
<style>
a { background-color: #D45853; }
a { background-color: rgb(212,88,83); }
div.DivClassName
{
background-color: #D45853;
}
.BgClassName
{
background-color: #D45853;
}
</style>
border-color css
<style>
span { border-color: #D45853; }
span { border-color: rgb(212,88,83); }
td.TdClassName
{
border-color: #D45853;
}
.TagClassName
{
border-color: #D45853;
}
</style>