Shades of Valencia #D15048
Tints of Valencia #D15048
RGB
CMYK
RGB Variations
Color information
#D15048 (or 0xD15048) is known color: Valencia. HEX triplet: D1, 50 and 48. RGB value is (209,80,72). Sum of RGB (Red+Green+Blue) = 209+80+72=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D15048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15048 is #2EAFB7. Grayscale: #757575. Windows color (decimal): -3059640 or 4739281. OLE color: 4739281.
HSL color Cylindrical-coordinate representation of color #D15048: hue angle of 3.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D15048 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 72 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.18 |
| HSL | 3.5º | 0.6% | 0.55% | - |
| HSV(B) | 3.5º | 0.66% | 0.82% | - |
| XYZ | 30.33 | 19.76 | 8.35 | - |
| YUV | 117.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 72 | 0 | 0.62 | 0.66 | 0.18 | 3.5 | 0.6 | 0.55 |
| Hex | D1 | 50 | 48 | 0 | 3E | 42 | 12 | 4 | 3C | 37 |
| Octal | 321 | 120 | 110 | 0 | 76 | 102 | 22 | 4 | 74 | 67 |
| Binary | 11010001 | 1010000 | 1001000 | 0 | 111110 | 1000010 | 10010 | 100 | 111100 | 110111 |
Color Harmonies of #D15048
Complementary color
Monochromatic Colors of #D15048
Black with #D15048
Text Example
Text Example
White with #D15048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15048; }
p { color: rgb(209,80,72); }
H1.HeaderClassName
{
color: #D15048;
}
.AnyTagClassName
{
color: #D15048;
}
</style>
background-color css
<style>
a { background-color: #D15048; }
a { background-color: rgb(209,80,72); }
div.DivClassName
{
background-color: #D15048;
}
.BgClassName
{
background-color: #D15048;
}
</style>
border-color css
<style>
span { border-color: #D15048; }
span { border-color: rgb(209,80,72); }
td.TdClassName
{
border-color: #D15048;
}
.TagClassName
{
border-color: #D15048;
}
</style>