Shades of Valencia #D24D47
Tints of Valencia #D24D47
RGB
CMYK
RGB Variations
Color information
#D24D47 (or 0xD24D47) is known color: Valencia. HEX triplet: D2, 4D and 47. RGB value is (210,77,71). Sum of RGB (Red+Green+Blue) = 210+77+71=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D47 is #2DB2B8. Grayscale: #747474. Windows color (decimal): -2994873 or 4672978. OLE color: 4672978.
HSL color Cylindrical-coordinate representation of color #D24D47: hue angle of 2.59º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24D47 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 71 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.18 |
| HSL | 2.59º | 0.61% | 0.55% | - |
| HSV(B) | 2.59º | 0.66% | 0.82% | - |
| XYZ | 30.37 | 19.46 | 8.12 | - |
| YUV | 116.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 71 | 0 | 0.63 | 0.66 | 0.18 | 2.59 | 0.61 | 0.55 |
| Hex | D2 | 4D | 47 | 0 | 3F | 42 | 12 | 3 | 3D | 37 |
| Octal | 322 | 115 | 107 | 0 | 77 | 102 | 22 | 3 | 75 | 67 |
| Binary | 11010010 | 1001101 | 1000111 | 0 | 111111 | 1000010 | 10010 | 11 | 111101 | 110111 |
Color Harmonies of #D24D47
Complementary color
Monochromatic Colors of #D24D47
Black with #D24D47
Text Example
Text Example
White with #D24D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D47; }
p { color: rgb(210,77,71); }
H1.HeaderClassName
{
color: #D24D47;
}
.AnyTagClassName
{
color: #D24D47;
}
</style>
background-color css
<style>
a { background-color: #D24D47; }
a { background-color: rgb(210,77,71); }
div.DivClassName
{
background-color: #D24D47;
}
.BgClassName
{
background-color: #D24D47;
}
</style>
border-color css
<style>
span { border-color: #D24D47; }
span { border-color: rgb(210,77,71); }
td.TdClassName
{
border-color: #D24D47;
}
.TagClassName
{
border-color: #D24D47;
}
</style>