Shades of Valencia #D94F45
Tints of Valencia #D94F45
RGB
CMYK
RGB Variations
Color information
#D94F45 (or 0xD94F45) is known color: Valencia. HEX triplet: D9, 4F and 45. RGB value is (217,79,69). Sum of RGB (Red+Green+Blue) = 217+79+69=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F45 is #26B0BA. Grayscale: #777777. Windows color (decimal): -2535611 or 4542425. OLE color: 4542425.
HSL color Cylindrical-coordinate representation of color #D94F45: hue angle of 4.05º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94F45 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 69 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.15 |
| HSL | 4.05º | 0.66% | 0.56% | - |
| HSV(B) | 4.05º | 0.68% | 0.85% | - |
| XYZ | 32.49 | 20.77 | 7.93 | - |
| YUV | 119.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 69 | 0 | 0.64 | 0.68 | 0.15 | 4.05 | 0.66 | 0.56 |
| Hex | D9 | 4F | 45 | 0 | 40 | 44 | F | 4 | 42 | 38 |
| Octal | 331 | 117 | 105 | 0 | 100 | 104 | 17 | 4 | 102 | 70 |
| Binary | 11011001 | 1001111 | 1000101 | 0 | 1000000 | 1000100 | 1111 | 100 | 1000010 | 111000 |
Color Harmonies of #D94F45
Complementary color
Monochromatic Colors of #D94F45
Black with #D94F45
Text Example
Text Example
White with #D94F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F45; }
p { color: rgb(217,79,69); }
H1.HeaderClassName
{
color: #D94F45;
}
.AnyTagClassName
{
color: #D94F45;
}
</style>
background-color css
<style>
a { background-color: #D94F45; }
a { background-color: rgb(217,79,69); }
div.DivClassName
{
background-color: #D94F45;
}
.BgClassName
{
background-color: #D94F45;
}
</style>
border-color css
<style>
span { border-color: #D94F45; }
span { border-color: rgb(217,79,69); }
td.TdClassName
{
border-color: #D94F45;
}
.TagClassName
{
border-color: #D94F45;
}
</style>