Shades of Valencia #D74D46
Tints of Valencia #D74D46
RGB
CMYK
RGB Variations
Color information
#D74D46 (or 0xD74D46) is known color: Valencia. HEX triplet: D7, 4D and 46. RGB value is (215,77,70). Sum of RGB (Red+Green+Blue) = 215+77+70=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D46 is #28B2B9. Grayscale: #757575. Windows color (decimal): -2667194 or 4607447. OLE color: 4607447.
HSL color Cylindrical-coordinate representation of color #D74D46: hue angle of 2.9º 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 #D74D46 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 70 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.16 |
| HSL | 2.9º | 0.64% | 0.56% | - |
| HSV(B) | 2.9º | 0.67% | 0.84% | - |
| XYZ | 31.78 | 20.2 | 8.02 | - |
| YUV | 117.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 70 | 0 | 0.64 | 0.67 | 0.16 | 2.9 | 0.64 | 0.56 |
| Hex | D7 | 4D | 46 | 0 | 40 | 43 | 10 | 3 | 40 | 38 |
| Octal | 327 | 115 | 106 | 0 | 100 | 103 | 20 | 3 | 100 | 70 |
| Binary | 11010111 | 1001101 | 1000110 | 0 | 1000000 | 1000011 | 10000 | 11 | 1000000 | 111000 |
Color Harmonies of #D74D46
Complementary color
Monochromatic Colors of #D74D46
Black with #D74D46
Text Example
Text Example
White with #D74D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D46; }
p { color: rgb(215,77,70); }
H1.HeaderClassName
{
color: #D74D46;
}
.AnyTagClassName
{
color: #D74D46;
}
</style>
background-color css
<style>
a { background-color: #D74D46; }
a { background-color: rgb(215,77,70); }
div.DivClassName
{
background-color: #D74D46;
}
.BgClassName
{
background-color: #D74D46;
}
</style>
border-color css
<style>
span { border-color: #D74D46; }
span { border-color: rgb(215,77,70); }
td.TdClassName
{
border-color: #D74D46;
}
.TagClassName
{
border-color: #D74D46;
}
</style>