Shades of Valencia #D5524A
Tints of Valencia #D5524A
RGB
CMYK
RGB Variations
Color information
#D5524A (or 0xD5524A) is known color: Valencia. HEX triplet: D5, 52 and 4A. RGB value is (213,82,74). Sum of RGB (Red+Green+Blue) = 213+82+74=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5524A is #2AADB5. Grayscale: #787878. Windows color (decimal): -2796982 or 4870869. OLE color: 4870869.
HSL color Cylindrical-coordinate representation of color #D5524A: hue angle of 3.45º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5524A is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 74 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.16 |
| HSL | 3.45º | 0.62% | 0.56% | - |
| HSV(B) | 3.45º | 0.65% | 0.84% | - |
| XYZ | 31.69 | 20.68 | 8.8 | - |
| YUV | 120.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 74 | 0 | 0.62 | 0.65 | 0.16 | 3.45 | 0.62 | 0.56 |
| Hex | D5 | 52 | 4A | 0 | 3E | 41 | 10 | 3 | 3E | 38 |
| Octal | 325 | 122 | 112 | 0 | 76 | 101 | 20 | 3 | 76 | 70 |
| Binary | 11010101 | 1010010 | 1001010 | 0 | 111110 | 1000001 | 10000 | 11 | 111110 | 111000 |
Color Harmonies of #D5524A
Complementary color
Monochromatic Colors of #D5524A
Black with #D5524A
Text Example
Text Example
White with #D5524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5524A; }
p { color: rgb(213,82,74); }
H1.HeaderClassName
{
color: #D5524A;
}
.AnyTagClassName
{
color: #D5524A;
}
</style>
background-color css
<style>
a { background-color: #D5524A; }
a { background-color: rgb(213,82,74); }
div.DivClassName
{
background-color: #D5524A;
}
.BgClassName
{
background-color: #D5524A;
}
</style>
border-color css
<style>
span { border-color: #D5524A; }
span { border-color: rgb(213,82,74); }
td.TdClassName
{
border-color: #D5524A;
}
.TagClassName
{
border-color: #D5524A;
}
</style>