Shades of Valencia #D24A47
Tints of Valencia #D24A47
RGB
CMYK
RGB Variations
Color information
#D24A47 (or 0xD24A47) is known color: Valencia. HEX triplet: D2, 4A and 47. RGB value is (210,74,71). Sum of RGB (Red+Green+Blue) = 210+74+71=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A47 is #2DB5B8. Grayscale: #727272. Windows color (decimal): -2995641 or 4672210. OLE color: 4672210.
HSL color Cylindrical-coordinate representation of color #D24A47: hue angle of 1.29º 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 #D24A47 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 71 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.18 |
| HSL | 1.29º | 0.61% | 0.55% | - |
| HSV(B) | 1.29º | 0.66% | 0.82% | - |
| XYZ | 30.16 | 19.05 | 8.05 | - |
| YUV | 114.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 71 | 0 | 0.65 | 0.66 | 0.18 | 1.29 | 0.61 | 0.55 |
| Hex | D2 | 4A | 47 | 0 | 41 | 42 | 12 | 1 | 3D | 37 |
| Octal | 322 | 112 | 107 | 0 | 101 | 102 | 22 | 1 | 75 | 67 |
| Binary | 11010010 | 1001010 | 1000111 | 0 | 1000001 | 1000010 | 10010 | 1 | 111101 | 110111 |
Color Harmonies of #D24A47
Complementary color
Monochromatic Colors of #D24A47
Black with #D24A47
Text Example
Text Example
White with #D24A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A47; }
p { color: rgb(210,74,71); }
H1.HeaderClassName
{
color: #D24A47;
}
.AnyTagClassName
{
color: #D24A47;
}
</style>
background-color css
<style>
a { background-color: #D24A47; }
a { background-color: rgb(210,74,71); }
div.DivClassName
{
background-color: #D24A47;
}
.BgClassName
{
background-color: #D24A47;
}
</style>
border-color css
<style>
span { border-color: #D24A47; }
span { border-color: rgb(210,74,71); }
td.TdClassName
{
border-color: #D24A47;
}
.TagClassName
{
border-color: #D24A47;
}
</style>