Shades of Valencia #D94E4D
Tints of Valencia #D94E4D
RGB
CMYK
RGB Variations
Color information
#D94E4D (or 0xD94E4D) is known color: Valencia. HEX triplet: D9, 4E and 4D. RGB value is (217,78,77). Sum of RGB (Red+Green+Blue) = 217+78+77=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E4D is #26B1B2. Grayscale: #777777. Windows color (decimal): -2535859 or 5066457. OLE color: 5066457.
HSL color Cylindrical-coordinate representation of color #D94E4D: hue angle of 0.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94E4D is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 77 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.15 |
| HSL | 0.43º | 0.65% | 0.58% | - |
| HSV(B) | 0.43º | 0.65% | 0.85% | - |
| XYZ | 32.68 | 20.74 | 9.3 | - |
| YUV | 119.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 77 | 0 | 0.64 | 0.65 | 0.15 | 0.43 | 0.65 | 0.58 |
| Hex | D9 | 4E | 4D | 0 | 40 | 41 | F | 0 | 41 | 3A |
| Octal | 331 | 116 | 115 | 0 | 100 | 101 | 17 | 0 | 101 | 72 |
| Binary | 11011001 | 1001110 | 1001101 | 0 | 1000000 | 1000001 | 1111 | 0 | 1000001 | 111010 |
Color Harmonies of #D94E4D
Complementary color
Monochromatic Colors of #D94E4D
Black with #D94E4D
Text Example
Text Example
White with #D94E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E4D; }
p { color: rgb(217,78,77); }
H1.HeaderClassName
{
color: #D94E4D;
}
.AnyTagClassName
{
color: #D94E4D;
}
</style>
background-color css
<style>
a { background-color: #D94E4D; }
a { background-color: rgb(217,78,77); }
div.DivClassName
{
background-color: #D94E4D;
}
.BgClassName
{
background-color: #D94E4D;
}
</style>
border-color css
<style>
span { border-color: #D94E4D; }
span { border-color: rgb(217,78,77); }
td.TdClassName
{
border-color: #D94E4D;
}
.TagClassName
{
border-color: #D94E4D;
}
</style>