Shades of Valencia #D74F46
Tints of Valencia #D74F46
RGB
CMYK
RGB Variations
Color information
#D74F46 (or 0xD74F46) is known color: Valencia. HEX triplet: D7, 4F and 46. RGB value is (215,79,70). Sum of RGB (Red+Green+Blue) = 215+79+70=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F46 is #28B0B9. Grayscale: #767676. Windows color (decimal): -2666682 or 4607959. OLE color: 4607959.
HSL color Cylindrical-coordinate representation of color #D74F46: hue angle of 3.72º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74F46 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 70 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.16 |
| HSL | 3.72º | 0.64% | 0.56% | - |
| HSV(B) | 3.72º | 0.67% | 0.84% | - |
| XYZ | 31.93 | 20.48 | 8.06 | - |
| YUV | 118.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 70 | 0 | 0.63 | 0.67 | 0.16 | 3.72 | 0.64 | 0.56 |
| Hex | D7 | 4F | 46 | 0 | 3F | 43 | 10 | 4 | 40 | 38 |
| Octal | 327 | 117 | 106 | 0 | 77 | 103 | 20 | 4 | 100 | 70 |
| Binary | 11010111 | 1001111 | 1000110 | 0 | 111111 | 1000011 | 10000 | 100 | 1000000 | 111000 |
Color Harmonies of #D74F46
Complementary color
Monochromatic Colors of #D74F46
Black with #D74F46
Text Example
Text Example
White with #D74F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F46; }
p { color: rgb(215,79,70); }
H1.HeaderClassName
{
color: #D74F46;
}
.AnyTagClassName
{
color: #D74F46;
}
</style>
background-color css
<style>
a { background-color: #D74F46; }
a { background-color: rgb(215,79,70); }
div.DivClassName
{
background-color: #D74F46;
}
.BgClassName
{
background-color: #D74F46;
}
</style>
border-color css
<style>
span { border-color: #D74F46; }
span { border-color: rgb(215,79,70); }
td.TdClassName
{
border-color: #D74F46;
}
.TagClassName
{
border-color: #D74F46;
}
</style>