Shades of Valencia #D74E4A
Tints of Valencia #D74E4A
RGB
CMYK
RGB Variations
Color information
#D74E4A (or 0xD74E4A) is known color: Valencia. HEX triplet: D7, 4E and 4A. RGB value is (215,78,74). Sum of RGB (Red+Green+Blue) = 215+78+74=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E4A is #28B1B5. Grayscale: #767676. Windows color (decimal): -2666934 or 4869847. OLE color: 4869847.
HSL color Cylindrical-coordinate representation of color #D74E4A: hue angle of 1.7º 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 #D74E4A is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 74 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.16 |
| HSL | 1.7º | 0.64% | 0.57% | - |
| HSV(B) | 1.7º | 0.66% | 0.84% | - |
| XYZ | 31.98 | 20.39 | 8.73 | - |
| YUV | 118.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 74 | 0 | 0.64 | 0.66 | 0.16 | 1.7 | 0.64 | 0.57 |
| Hex | D7 | 4E | 4A | 0 | 40 | 42 | 10 | 2 | 40 | 39 |
| Octal | 327 | 116 | 112 | 0 | 100 | 102 | 20 | 2 | 100 | 71 |
| Binary | 11010111 | 1001110 | 1001010 | 0 | 1000000 | 1000010 | 10000 | 10 | 1000000 | 111001 |
Color Harmonies of #D74E4A
Complementary color
Monochromatic Colors of #D74E4A
Black with #D74E4A
Text Example
Text Example
White with #D74E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E4A; }
p { color: rgb(215,78,74); }
H1.HeaderClassName
{
color: #D74E4A;
}
.AnyTagClassName
{
color: #D74E4A;
}
</style>
background-color css
<style>
a { background-color: #D74E4A; }
a { background-color: rgb(215,78,74); }
div.DivClassName
{
background-color: #D74E4A;
}
.BgClassName
{
background-color: #D74E4A;
}
</style>
border-color css
<style>
span { border-color: #D74E4A; }
span { border-color: rgb(215,78,74); }
td.TdClassName
{
border-color: #D74E4A;
}
.TagClassName
{
border-color: #D74E4A;
}
</style>