Shades of Valencia #D15044
Tints of Valencia #D15044
RGB
CMYK
RGB Variations
Color information
#D15044 (or 0xD15044) is known color: Valencia. HEX triplet: D1, 50 and 44. RGB value is (209,80,68). Sum of RGB (Red+Green+Blue) = 209+80+68=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D15044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15044 is #2EAFBB. Grayscale: #757575. Windows color (decimal): -3059644 or 4477137. OLE color: 4477137.
HSL color Cylindrical-coordinate representation of color #D15044: hue angle of 5.11º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15044 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 68 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.18 |
| HSL | 5.11º | 0.61% | 0.54% | - |
| HSV(B) | 5.11º | 0.67% | 0.82% | - |
| XYZ | 30.21 | 19.71 | 7.68 | - |
| YUV | 117.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 68 | 0 | 0.62 | 0.67 | 0.18 | 5.11 | 0.61 | 0.54 |
| Hex | D1 | 50 | 44 | 0 | 3E | 43 | 12 | 5 | 3D | 36 |
| Octal | 321 | 120 | 104 | 0 | 76 | 103 | 22 | 5 | 75 | 66 |
| Binary | 11010001 | 1010000 | 1000100 | 0 | 111110 | 1000011 | 10010 | 101 | 111101 | 110110 |
Color Harmonies of #D15044
Complementary color
Monochromatic Colors of #D15044
Black with #D15044
Text Example
Text Example
White with #D15044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15044; }
p { color: rgb(209,80,68); }
H1.HeaderClassName
{
color: #D15044;
}
.AnyTagClassName
{
color: #D15044;
}
</style>
background-color css
<style>
a { background-color: #D15044; }
a { background-color: rgb(209,80,68); }
div.DivClassName
{
background-color: #D15044;
}
.BgClassName
{
background-color: #D15044;
}
</style>
border-color css
<style>
span { border-color: #D15044; }
span { border-color: rgb(209,80,68); }
td.TdClassName
{
border-color: #D15044;
}
.TagClassName
{
border-color: #D15044;
}
</style>