Shades of Valencia #D74F40
Tints of Valencia #D74F40
RGB
CMYK
RGB Variations
Color information
#D74F40 (or 0xD74F40) is known color: Valencia. HEX triplet: D7, 4F and 40. RGB value is (215,79,64). Sum of RGB (Red+Green+Blue) = 215+79+64=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F40 is #28B0BF. Grayscale: #767676. Windows color (decimal): -2666688 or 4214743. OLE color: 4214743.
HSL color Cylindrical-coordinate representation of color #D74F40: hue angle of 5.96º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74F40 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 64 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.16 |
| HSL | 5.96º | 0.65% | 0.55% | - |
| HSV(B) | 5.96º | 0.7% | 0.84% | - |
| XYZ | 31.75 | 20.41 | 7.12 | - |
| YUV | 117.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 64 | 0 | 0.63 | 0.70 | 0.16 | 5.96 | 0.65 | 0.55 |
| Hex | D7 | 4F | 40 | 0 | 3F | 46 | 10 | 6 | 41 | 37 |
| Octal | 327 | 117 | 100 | 0 | 77 | 106 | 20 | 6 | 101 | 67 |
| Binary | 11010111 | 1001111 | 1000000 | 0 | 111111 | 1000110 | 10000 | 110 | 1000001 | 110111 |
Color Harmonies of #D74F40
Complementary color
Monochromatic Colors of #D74F40
Black with #D74F40
Text Example
Text Example
White with #D74F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F40; }
p { color: rgb(215,79,64); }
H1.HeaderClassName
{
color: #D74F40;
}
.AnyTagClassName
{
color: #D74F40;
}
</style>
background-color css
<style>
a { background-color: #D74F40; }
a { background-color: rgb(215,79,64); }
div.DivClassName
{
background-color: #D74F40;
}
.BgClassName
{
background-color: #D74F40;
}
</style>
border-color css
<style>
span { border-color: #D74F40; }
span { border-color: rgb(215,79,64); }
td.TdClassName
{
border-color: #D74F40;
}
.TagClassName
{
border-color: #D74F40;
}
</style>