Shades of Valencia #D94947
Tints of Valencia #D94947
RGB
CMYK
RGB Variations
Color information
#D94947 (or 0xD94947) is known color: Valencia. HEX triplet: D9, 49 and 47. RGB value is (217,73,71). Sum of RGB (Red+Green+Blue) = 217+73+71=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D94947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94947 is #26B6B8. Grayscale: #737373. Windows color (decimal): -2537145 or 4671961. OLE color: 4671961.
HSL color Cylindrical-coordinate representation of color #D94947: hue angle of 0.82º 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 #D94947 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 71 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.15 |
| HSL | 0.82º | 0.66% | 0.56% | - |
| HSV(B) | 0.82º | 0.67% | 0.85% | - |
| XYZ | 32.14 | 19.97 | 8.12 | - |
| YUV | 115.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 71 | 0 | 0.66 | 0.67 | 0.15 | 0.82 | 0.66 | 0.56 |
| Hex | D9 | 49 | 47 | 0 | 42 | 43 | F | 1 | 42 | 38 |
| Octal | 331 | 111 | 107 | 0 | 102 | 103 | 17 | 1 | 102 | 70 |
| Binary | 11011001 | 1001001 | 1000111 | 0 | 1000010 | 1000011 | 1111 | 1 | 1000010 | 111000 |
Color Harmonies of #D94947
Complementary color
Monochromatic Colors of #D94947
Black with #D94947
Text Example
Text Example
White with #D94947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94947; }
p { color: rgb(217,73,71); }
H1.HeaderClassName
{
color: #D94947;
}
.AnyTagClassName
{
color: #D94947;
}
</style>
background-color css
<style>
a { background-color: #D94947; }
a { background-color: rgb(217,73,71); }
div.DivClassName
{
background-color: #D94947;
}
.BgClassName
{
background-color: #D94947;
}
</style>
border-color css
<style>
span { border-color: #D94947; }
span { border-color: rgb(217,73,71); }
td.TdClassName
{
border-color: #D94947;
}
.TagClassName
{
border-color: #D94947;
}
</style>