Shades of Valencia #D94A47
Tints of Valencia #D94A47
RGB
CMYK
RGB Variations
Color information
#D94A47 (or 0xD94A47) is known color: Valencia. HEX triplet: D9, 4A and 47. RGB value is (217,74,71). Sum of RGB (Red+Green+Blue) = 217+74+71=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A47 is #26B5B8. Grayscale: #747474. Windows color (decimal): -2536889 or 4672217. OLE color: 4672217.
HSL color Cylindrical-coordinate representation of color #D94A47: hue angle of 1.23º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94A47 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 71 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.15 |
| HSL | 1.23º | 0.66% | 0.56% | - |
| HSV(B) | 1.23º | 0.67% | 0.85% | - |
| XYZ | 32.2 | 20.1 | 8.14 | - |
| YUV | 116.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 71 | 0 | 0.66 | 0.67 | 0.15 | 1.23 | 0.66 | 0.56 |
| Hex | D9 | 4A | 47 | 0 | 42 | 43 | F | 1 | 42 | 38 |
| Octal | 331 | 112 | 107 | 0 | 102 | 103 | 17 | 1 | 102 | 70 |
| Binary | 11011001 | 1001010 | 1000111 | 0 | 1000010 | 1000011 | 1111 | 1 | 1000010 | 111000 |
Color Harmonies of #D94A47
Complementary color
Monochromatic Colors of #D94A47
Black with #D94A47
Text Example
Text Example
White with #D94A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A47; }
p { color: rgb(217,74,71); }
H1.HeaderClassName
{
color: #D94A47;
}
.AnyTagClassName
{
color: #D94A47;
}
</style>
background-color css
<style>
a { background-color: #D94A47; }
a { background-color: rgb(217,74,71); }
div.DivClassName
{
background-color: #D94A47;
}
.BgClassName
{
background-color: #D94A47;
}
</style>
border-color css
<style>
span { border-color: #D94A47; }
span { border-color: rgb(217,74,71); }
td.TdClassName
{
border-color: #D94A47;
}
.TagClassName
{
border-color: #D94A47;
}
</style>