Shades of Valencia #D5524C
Tints of Valencia #D5524C
RGB
CMYK
RGB Variations
Color information
#D5524C (or 0xD5524C) is known color: Valencia. HEX triplet: D5, 52 and 4C. RGB value is (213,82,76). Sum of RGB (Red+Green+Blue) = 213+82+76=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5524C is #2AADB3. Grayscale: #787878. Windows color (decimal): -2796980 or 5001941. OLE color: 5001941.
HSL color Cylindrical-coordinate representation of color #D5524C: hue angle of 2.63º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5524C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 76 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.16 |
| HSL | 2.63º | 0.62% | 0.57% | - |
| HSV(B) | 2.63º | 0.64% | 0.84% | - |
| XYZ | 31.76 | 20.7 | 9.16 | - |
| YUV | 120.49 | 102.9 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 76 | 0 | 0.62 | 0.64 | 0.16 | 2.63 | 0.62 | 0.57 |
| Hex | D5 | 52 | 4C | 0 | 3E | 40 | 10 | 3 | 3E | 39 |
| Octal | 325 | 122 | 114 | 0 | 76 | 100 | 20 | 3 | 76 | 71 |
| Binary | 11010101 | 1010010 | 1001100 | 0 | 111110 | 1000000 | 10000 | 11 | 111110 | 111001 |
Color Harmonies of #D5524C
Complementary color
Monochromatic Colors of #D5524C
Black with #D5524C
Text Example
Text Example
White with #D5524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5524C; }
p { color: rgb(213,82,76); }
H1.HeaderClassName
{
color: #D5524C;
}
.AnyTagClassName
{
color: #D5524C;
}
</style>
background-color css
<style>
a { background-color: #D5524C; }
a { background-color: rgb(213,82,76); }
div.DivClassName
{
background-color: #D5524C;
}
.BgClassName
{
background-color: #D5524C;
}
</style>
border-color css
<style>
span { border-color: #D5524C; }
span { border-color: rgb(213,82,76); }
td.TdClassName
{
border-color: #D5524C;
}
.TagClassName
{
border-color: #D5524C;
}
</style>