Shades of Valencia #D74F49
Tints of Valencia #D74F49
RGB
CMYK
RGB Variations
Color information
#D74F49 (or 0xD74F49) is known color: Valencia. HEX triplet: D7, 4F and 49. RGB value is (215,79,73). Sum of RGB (Red+Green+Blue) = 215+79+73=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F49 is #28B0B6. Grayscale: #777777. Windows color (decimal): -2666679 or 4804567. OLE color: 4804567.
HSL color Cylindrical-coordinate representation of color #D74F49: hue angle of 2.54º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74F49 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 73 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.16 |
| HSL | 2.54º | 0.64% | 0.56% | - |
| HSV(B) | 2.54º | 0.66% | 0.84% | - |
| XYZ | 32.02 | 20.52 | 8.58 | - |
| YUV | 118.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 73 | 0 | 0.63 | 0.66 | 0.16 | 2.54 | 0.64 | 0.56 |
| Hex | D7 | 4F | 49 | 0 | 3F | 42 | 10 | 3 | 40 | 38 |
| Octal | 327 | 117 | 111 | 0 | 77 | 102 | 20 | 3 | 100 | 70 |
| Binary | 11010111 | 1001111 | 1001001 | 0 | 111111 | 1000010 | 10000 | 11 | 1000000 | 111000 |
Color Harmonies of #D74F49
Complementary color
Monochromatic Colors of #D74F49
Black with #D74F49
Text Example
Text Example
White with #D74F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F49; }
p { color: rgb(215,79,73); }
H1.HeaderClassName
{
color: #D74F49;
}
.AnyTagClassName
{
color: #D74F49;
}
</style>
background-color css
<style>
a { background-color: #D74F49; }
a { background-color: rgb(215,79,73); }
div.DivClassName
{
background-color: #D74F49;
}
.BgClassName
{
background-color: #D74F49;
}
</style>
border-color css
<style>
span { border-color: #D74F49; }
span { border-color: rgb(215,79,73); }
td.TdClassName
{
border-color: #D74F49;
}
.TagClassName
{
border-color: #D74F49;
}
</style>