Shades of Valencia #D94D43
Tints of Valencia #D94D43
RGB
CMYK
RGB Variations
Color information
#D94D43 (or 0xD94D43) is known color: Valencia. HEX triplet: D9, 4D and 43. RGB value is (217,77,67). Sum of RGB (Red+Green+Blue) = 217+77+67=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D43 is #26B2BC. Grayscale: #757575. Windows color (decimal): -2536125 or 4410841. OLE color: 4410841.
HSL color Cylindrical-coordinate representation of color #D94D43: hue angle of 4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94D43 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 67 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.15 |
| HSL | 4º | 0.66% | 0.56% | - |
| HSV(B) | 4º | 0.69% | 0.85% | - |
| XYZ | 32.28 | 20.46 | 7.56 | - |
| YUV | 117.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 67 | 0 | 0.65 | 0.69 | 0.15 | 4 | 0.66 | 0.56 |
| Hex | D9 | 4D | 43 | 0 | 41 | 45 | F | 4 | 42 | 38 |
| Octal | 331 | 115 | 103 | 0 | 101 | 105 | 17 | 4 | 102 | 70 |
| Binary | 11011001 | 1001101 | 1000011 | 0 | 1000001 | 1000101 | 1111 | 100 | 1000010 | 111000 |
Color Harmonies of #D94D43
Complementary color
Monochromatic Colors of #D94D43
Black with #D94D43
Text Example
Text Example
White with #D94D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D43; }
p { color: rgb(217,77,67); }
H1.HeaderClassName
{
color: #D94D43;
}
.AnyTagClassName
{
color: #D94D43;
}
</style>
background-color css
<style>
a { background-color: #D94D43; }
a { background-color: rgb(217,77,67); }
div.DivClassName
{
background-color: #D94D43;
}
.BgClassName
{
background-color: #D94D43;
}
</style>
border-color css
<style>
span { border-color: #D94D43; }
span { border-color: rgb(217,77,67); }
td.TdClassName
{
border-color: #D94D43;
}
.TagClassName
{
border-color: #D94D43;
}
</style>