Shades of Valencia #D94D42
Tints of Valencia #D94D42
RGB
CMYK
RGB Variations
Color information
#D94D42 (or 0xD94D42) is known color: Valencia. HEX triplet: D9, 4D and 42. RGB value is (217,77,66). Sum of RGB (Red+Green+Blue) = 217+77+66=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D42 is #26B2BD. Grayscale: #757575. Windows color (decimal): -2536126 or 4345305. OLE color: 4345305.
HSL color Cylindrical-coordinate representation of color #D94D42: hue angle of 4.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94D42 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 66 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.15 |
| HSL | 4.37º | 0.67% | 0.55% | - |
| HSV(B) | 4.37º | 0.7% | 0.85% | - |
| XYZ | 32.25 | 20.45 | 7.4 | - |
| YUV | 117.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 66 | 0 | 0.65 | 0.70 | 0.15 | 4.37 | 0.67 | 0.55 |
| Hex | D9 | 4D | 42 | 0 | 41 | 46 | F | 4 | 43 | 37 |
| Octal | 331 | 115 | 102 | 0 | 101 | 106 | 17 | 4 | 103 | 67 |
| Binary | 11011001 | 1001101 | 1000010 | 0 | 1000001 | 1000110 | 1111 | 100 | 1000011 | 110111 |
Color Harmonies of #D94D42
Complementary color
Monochromatic Colors of #D94D42
Black with #D94D42
Text Example
Text Example
White with #D94D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D42; }
p { color: rgb(217,77,66); }
H1.HeaderClassName
{
color: #D94D42;
}
.AnyTagClassName
{
color: #D94D42;
}
</style>
background-color css
<style>
a { background-color: #D94D42; }
a { background-color: rgb(217,77,66); }
div.DivClassName
{
background-color: #D94D42;
}
.BgClassName
{
background-color: #D94D42;
}
</style>
border-color css
<style>
span { border-color: #D94D42; }
span { border-color: rgb(217,77,66); }
td.TdClassName
{
border-color: #D94D42;
}
.TagClassName
{
border-color: #D94D42;
}
</style>