Shades of Valencia #D04F45
Tints of Valencia #D04F45
RGB
CMYK
RGB Variations
Color information
#D04F45 (or 0xD04F45) is known color: Valencia. HEX triplet: D0, 4F and 45. RGB value is (208,79,69). Sum of RGB (Red+Green+Blue) = 208+79+69=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F45 is #2FB0BA. Grayscale: #747474. Windows color (decimal): -3125435 or 4542416. OLE color: 4542416.
HSL color Cylindrical-coordinate representation of color #D04F45: hue angle of 4.32º degrees, saturation: 0.6, 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 #D04F45 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 69 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.18 |
| HSL | 4.32º | 0.6% | 0.54% | - |
| HSV(B) | 4.32º | 0.67% | 0.82% | - |
| XYZ | 29.88 | 19.43 | 7.81 | - |
| YUV | 116.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 69 | 0 | 0.62 | 0.67 | 0.18 | 4.32 | 0.6 | 0.54 |
| Hex | D0 | 4F | 45 | 0 | 3E | 43 | 12 | 4 | 3C | 36 |
| Octal | 320 | 117 | 105 | 0 | 76 | 103 | 22 | 4 | 74 | 66 |
| Binary | 11010000 | 1001111 | 1000101 | 0 | 111110 | 1000011 | 10010 | 100 | 111100 | 110110 |
Color Harmonies of #D04F45
Complementary color
Monochromatic Colors of #D04F45
Black with #D04F45
Text Example
Text Example
White with #D04F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F45; }
p { color: rgb(208,79,69); }
H1.HeaderClassName
{
color: #D04F45;
}
.AnyTagClassName
{
color: #D04F45;
}
</style>
background-color css
<style>
a { background-color: #D04F45; }
a { background-color: rgb(208,79,69); }
div.DivClassName
{
background-color: #D04F45;
}
.BgClassName
{
background-color: #D04F45;
}
</style>
border-color css
<style>
span { border-color: #D04F45; }
span { border-color: rgb(208,79,69); }
td.TdClassName
{
border-color: #D04F45;
}
.TagClassName
{
border-color: #D04F45;
}
</style>