Shades of Valencia #D74F45
Tints of Valencia #D74F45
RGB
CMYK
RGB Variations
Color information
#D74F45 (or 0xD74F45) is known color: Valencia. HEX triplet: D7, 4F and 45. RGB value is (215,79,69). Sum of RGB (Red+Green+Blue) = 215+79+69=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F45 is #28B0BA. Grayscale: #767676. Windows color (decimal): -2666683 or 4542423. OLE color: 4542423.
HSL color Cylindrical-coordinate representation of color #D74F45: hue angle of 4.11º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74F45 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 69 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.16 |
| HSL | 4.11º | 0.65% | 0.56% | - |
| HSV(B) | 4.11º | 0.68% | 0.84% | - |
| XYZ | 31.89 | 20.47 | 7.9 | - |
| YUV | 118.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 69 | 0 | 0.63 | 0.68 | 0.16 | 4.11 | 0.65 | 0.56 |
| Hex | D7 | 4F | 45 | 0 | 3F | 44 | 10 | 4 | 41 | 38 |
| Octal | 327 | 117 | 105 | 0 | 77 | 104 | 20 | 4 | 101 | 70 |
| Binary | 11010111 | 1001111 | 1000101 | 0 | 111111 | 1000100 | 10000 | 100 | 1000001 | 111000 |
Color Harmonies of #D74F45
Complementary color
Monochromatic Colors of #D74F45
Black with #D74F45
Text Example
Text Example
White with #D74F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F45; }
p { color: rgb(215,79,69); }
H1.HeaderClassName
{
color: #D74F45;
}
.AnyTagClassName
{
color: #D74F45;
}
</style>
background-color css
<style>
a { background-color: #D74F45; }
a { background-color: rgb(215,79,69); }
div.DivClassName
{
background-color: #D74F45;
}
.BgClassName
{
background-color: #D74F45;
}
</style>
border-color css
<style>
span { border-color: #D74F45; }
span { border-color: rgb(215,79,69); }
td.TdClassName
{
border-color: #D74F45;
}
.TagClassName
{
border-color: #D74F45;
}
</style>