Shades of Valencia #D1524D
Tints of Valencia #D1524D
RGB
CMYK
RGB Variations
Color information
#D1524D (or 0xD1524D) is known color: Valencia. HEX triplet: D1, 52 and 4D. RGB value is (209,82,77). Sum of RGB (Red+Green+Blue) = 209+82+77=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1524D is #2EADB2. Grayscale: #777777. Windows color (decimal): -3059123 or 5067473. OLE color: 5067473.
HSL color Cylindrical-coordinate representation of color #D1524D: hue angle of 2.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1524D is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 77 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.18 |
| HSL | 2.27º | 0.59% | 0.56% | - |
| HSV(B) | 2.27º | 0.63% | 0.82% | - |
| XYZ | 30.65 | 20.13 | 9.29 | - |
| YUV | 119.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 77 | 0 | 0.61 | 0.63 | 0.18 | 2.27 | 0.59 | 0.56 |
| Hex | D1 | 52 | 4D | 0 | 3D | 3F | 12 | 2 | 3B | 38 |
| Octal | 321 | 122 | 115 | 0 | 75 | 77 | 22 | 2 | 73 | 70 |
| Binary | 11010001 | 1010010 | 1001101 | 0 | 111101 | 111111 | 10010 | 10 | 111011 | 111000 |
Color Harmonies of #D1524D
Complementary color
Monochromatic Colors of #D1524D
Black with #D1524D
Text Example
Text Example
White with #D1524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1524D; }
p { color: rgb(209,82,77); }
H1.HeaderClassName
{
color: #D1524D;
}
.AnyTagClassName
{
color: #D1524D;
}
</style>
background-color css
<style>
a { background-color: #D1524D; }
a { background-color: rgb(209,82,77); }
div.DivClassName
{
background-color: #D1524D;
}
.BgClassName
{
background-color: #D1524D;
}
</style>
border-color css
<style>
span { border-color: #D1524D; }
span { border-color: rgb(209,82,77); }
td.TdClassName
{
border-color: #D1524D;
}
.TagClassName
{
border-color: #D1524D;
}
</style>