Shades of Valencia #D45552
Tints of Valencia #D45552
RGB
CMYK
RGB Variations
Color information
#D45552 (or 0xD45552) is known color: Valencia. HEX triplet: D4, 55 and 52. RGB value is (212,85,82). Sum of RGB (Red+Green+Blue) = 212+85+82=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D45552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45552 is #2BAAAD. Grayscale: #7A7A7A. Windows color (decimal): -2861742 or 5395924. OLE color: 5395924.
HSL color Cylindrical-coordinate representation of color #D45552: hue angle of 1.38º 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 #D45552 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 82 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.17 |
| HSL | 1.38º | 0.6% | 0.58% | - |
| HSV(B) | 1.38º | 0.61% | 0.83% | - |
| XYZ | 31.92 | 21.1 | 10.37 | - |
| YUV | 122.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 82 | 0 | 0.60 | 0.61 | 0.17 | 1.38 | 0.6 | 0.58 |
| Hex | D4 | 55 | 52 | 0 | 3C | 3D | 11 | 1 | 3C | 3A |
| Octal | 324 | 125 | 122 | 0 | 74 | 75 | 21 | 1 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1010010 | 0 | 111100 | 111101 | 10001 | 1 | 111100 | 111010 |
Color Harmonies of #D45552
Complementary color
Monochromatic Colors of #D45552
Black with #D45552
Text Example
Text Example
White with #D45552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45552; }
p { color: rgb(212,85,82); }
H1.HeaderClassName
{
color: #D45552;
}
.AnyTagClassName
{
color: #D45552;
}
</style>
background-color css
<style>
a { background-color: #D45552; }
a { background-color: rgb(212,85,82); }
div.DivClassName
{
background-color: #D45552;
}
.BgClassName
{
background-color: #D45552;
}
</style>
border-color css
<style>
span { border-color: #D45552; }
span { border-color: rgb(212,85,82); }
td.TdClassName
{
border-color: #D45552;
}
.TagClassName
{
border-color: #D45552;
}
</style>