Shades of Valencia #D15047
Tints of Valencia #D15047
RGB
CMYK
RGB Variations
Color information
#D15047 (or 0xD15047) is known color: Valencia. HEX triplet: D1, 50 and 47. RGB value is (209,80,71). Sum of RGB (Red+Green+Blue) = 209+80+71=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D15047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15047 is #2EAFB8. Grayscale: #757575. Windows color (decimal): -3059641 or 4673745. OLE color: 4673745.
HSL color Cylindrical-coordinate representation of color #D15047: hue angle of 3.91º 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 #D15047 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 71 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.18 |
| HSL | 3.91º | 0.6% | 0.55% | - |
| HSV(B) | 3.91º | 0.66% | 0.82% | - |
| XYZ | 30.3 | 19.75 | 8.18 | - |
| YUV | 117.55 | 101.74 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 71 | 0 | 0.62 | 0.66 | 0.18 | 3.91 | 0.6 | 0.55 |
| Hex | D1 | 50 | 47 | 0 | 3E | 42 | 12 | 4 | 3C | 37 |
| Octal | 321 | 120 | 107 | 0 | 76 | 102 | 22 | 4 | 74 | 67 |
| Binary | 11010001 | 1010000 | 1000111 | 0 | 111110 | 1000010 | 10010 | 100 | 111100 | 110111 |
Color Harmonies of #D15047
Complementary color
Monochromatic Colors of #D15047
Black with #D15047
Text Example
Text Example
White with #D15047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15047; }
p { color: rgb(209,80,71); }
H1.HeaderClassName
{
color: #D15047;
}
.AnyTagClassName
{
color: #D15047;
}
</style>
background-color css
<style>
a { background-color: #D15047; }
a { background-color: rgb(209,80,71); }
div.DivClassName
{
background-color: #D15047;
}
.BgClassName
{
background-color: #D15047;
}
</style>
border-color css
<style>
span { border-color: #D15047; }
span { border-color: rgb(209,80,71); }
td.TdClassName
{
border-color: #D15047;
}
.TagClassName
{
border-color: #D15047;
}
</style>