Shades of Valencia #D45044
Tints of Valencia #D45044
RGB
CMYK
RGB Variations
Color information
#D45044 (or 0xD45044) is known color: Valencia. HEX triplet: D4, 50 and 44. RGB value is (212,80,68). Sum of RGB (Red+Green+Blue) = 212+80+68=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D45044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45044 is #2BAFBB. Grayscale: #767676. Windows color (decimal): -2863036 or 4477140. OLE color: 4477140.
HSL color Cylindrical-coordinate representation of color #D45044: hue angle of 5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D45044 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 68 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.17 |
| HSL | 5º | 0.63% | 0.55% | - |
| HSV(B) | 5º | 0.68% | 0.83% | - |
| XYZ | 31.06 | 20.15 | 7.72 | - |
| YUV | 118.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 68 | 0 | 0.62 | 0.68 | 0.17 | 5 | 0.63 | 0.55 |
| Hex | D4 | 50 | 44 | 0 | 3E | 44 | 11 | 5 | 3F | 37 |
| Octal | 324 | 120 | 104 | 0 | 76 | 104 | 21 | 5 | 77 | 67 |
| Binary | 11010100 | 1010000 | 1000100 | 0 | 111110 | 1000100 | 10001 | 101 | 111111 | 110111 |
Color Harmonies of #D45044
Complementary color
Monochromatic Colors of #D45044
Black with #D45044
Text Example
Text Example
White with #D45044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45044; }
p { color: rgb(212,80,68); }
H1.HeaderClassName
{
color: #D45044;
}
.AnyTagClassName
{
color: #D45044;
}
</style>
background-color css
<style>
a { background-color: #D45044; }
a { background-color: rgb(212,80,68); }
div.DivClassName
{
background-color: #D45044;
}
.BgClassName
{
background-color: #D45044;
}
</style>
border-color css
<style>
span { border-color: #D45044; }
span { border-color: rgb(212,80,68); }
td.TdClassName
{
border-color: #D45044;
}
.TagClassName
{
border-color: #D45044;
}
</style>