Shades of Valencia #D94847
Tints of Valencia #D94847
RGB
CMYK
RGB Variations
Color information
#D94847 (or 0xD94847) is known color: Valencia. HEX triplet: D9, 48 and 47. RGB value is (217,72,71). Sum of RGB (Red+Green+Blue) = 217+72+71=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D94847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94847 is #26B7B8. Grayscale: #737373. Windows color (decimal): -2537401 or 4671705. OLE color: 4671705.
HSL color Cylindrical-coordinate representation of color #D94847: hue angle of 0.41º 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 #D94847 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 71 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.15 |
| HSL | 0.41º | 0.66% | 0.56% | - |
| HSV(B) | 0.41º | 0.67% | 0.85% | - |
| XYZ | 32.07 | 19.84 | 8.1 | - |
| YUV | 115.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 71 | 0 | 0.67 | 0.67 | 0.15 | 0.41 | 0.66 | 0.56 |
| Hex | D9 | 48 | 47 | 0 | 43 | 43 | F | 0 | 42 | 38 |
| Octal | 331 | 110 | 107 | 0 | 103 | 103 | 17 | 0 | 102 | 70 |
| Binary | 11011001 | 1001000 | 1000111 | 0 | 1000011 | 1000011 | 1111 | 0 | 1000010 | 111000 |
Color Harmonies of #D94847
Complementary color
Monochromatic Colors of #D94847
Black with #D94847
Text Example
Text Example
White with #D94847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94847; }
p { color: rgb(217,72,71); }
H1.HeaderClassName
{
color: #D94847;
}
.AnyTagClassName
{
color: #D94847;
}
</style>
background-color css
<style>
a { background-color: #D94847; }
a { background-color: rgb(217,72,71); }
div.DivClassName
{
background-color: #D94847;
}
.BgClassName
{
background-color: #D94847;
}
</style>
border-color css
<style>
span { border-color: #D94847; }
span { border-color: rgb(217,72,71); }
td.TdClassName
{
border-color: #D94847;
}
.TagClassName
{
border-color: #D94847;
}
</style>