Shades of Valencia #D74D49
Tints of Valencia #D74D49
RGB
CMYK
RGB Variations
Color information
#D74D49 (or 0xD74D49) is known color: Valencia. HEX triplet: D7, 4D and 49. RGB value is (215,77,73). Sum of RGB (Red+Green+Blue) = 215+77+73=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D49 is #28B2B6. Grayscale: #757575. Windows color (decimal): -2667191 or 4804055. OLE color: 4804055.
HSL color Cylindrical-coordinate representation of color #D74D49: hue angle of 1.69º 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 #D74D49 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 73 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.16 |
| HSL | 1.69º | 0.64% | 0.56% | - |
| HSV(B) | 1.69º | 0.66% | 0.84% | - |
| XYZ | 31.88 | 20.24 | 8.53 | - |
| YUV | 117.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 73 | 0 | 0.64 | 0.66 | 0.16 | 1.69 | 0.64 | 0.56 |
| Hex | D7 | 4D | 49 | 0 | 40 | 42 | 10 | 2 | 40 | 38 |
| Octal | 327 | 115 | 111 | 0 | 100 | 102 | 20 | 2 | 100 | 70 |
| Binary | 11010111 | 1001101 | 1001001 | 0 | 1000000 | 1000010 | 10000 | 10 | 1000000 | 111000 |
Color Harmonies of #D74D49
Complementary color
Monochromatic Colors of #D74D49
Black with #D74D49
Text Example
Text Example
White with #D74D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D49; }
p { color: rgb(215,77,73); }
H1.HeaderClassName
{
color: #D74D49;
}
.AnyTagClassName
{
color: #D74D49;
}
</style>
background-color css
<style>
a { background-color: #D74D49; }
a { background-color: rgb(215,77,73); }
div.DivClassName
{
background-color: #D74D49;
}
.BgClassName
{
background-color: #D74D49;
}
</style>
border-color css
<style>
span { border-color: #D74D49; }
span { border-color: rgb(215,77,73); }
td.TdClassName
{
border-color: #D74D49;
}
.TagClassName
{
border-color: #D74D49;
}
</style>