Shades of Valencia #D74D4A
Tints of Valencia #D74D4A
RGB
CMYK
RGB Variations
Color information
#D74D4A (or 0xD74D4A) is known color: Valencia. HEX triplet: D7, 4D and 4A. RGB value is (215,77,74). Sum of RGB (Red+Green+Blue) = 215+77+74=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D4A is #28B2B5. Grayscale: #767676. Windows color (decimal): -2667190 or 4869591. OLE color: 4869591.
HSL color Cylindrical-coordinate representation of color #D74D4A: hue angle of 1.28º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74D4A is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 74 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.16 |
| HSL | 1.28º | 0.64% | 0.57% | - |
| HSV(B) | 1.28º | 0.66% | 0.84% | - |
| XYZ | 31.91 | 20.25 | 8.7 | - |
| YUV | 117.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 74 | 0 | 0.64 | 0.66 | 0.16 | 1.28 | 0.64 | 0.57 |
| Hex | D7 | 4D | 4A | 0 | 40 | 42 | 10 | 1 | 40 | 39 |
| Octal | 327 | 115 | 112 | 0 | 100 | 102 | 20 | 1 | 100 | 71 |
| Binary | 11010111 | 1001101 | 1001010 | 0 | 1000000 | 1000010 | 10000 | 1 | 1000000 | 111001 |
Color Harmonies of #D74D4A
Complementary color
Monochromatic Colors of #D74D4A
Black with #D74D4A
Text Example
Text Example
White with #D74D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D4A; }
p { color: rgb(215,77,74); }
H1.HeaderClassName
{
color: #D74D4A;
}
.AnyTagClassName
{
color: #D74D4A;
}
</style>
background-color css
<style>
a { background-color: #D74D4A; }
a { background-color: rgb(215,77,74); }
div.DivClassName
{
background-color: #D74D4A;
}
.BgClassName
{
background-color: #D74D4A;
}
</style>
border-color css
<style>
span { border-color: #D74D4A; }
span { border-color: rgb(215,77,74); }
td.TdClassName
{
border-color: #D74D4A;
}
.TagClassName
{
border-color: #D74D4A;
}
</style>