Shades of Valencia #D2524A
Tints of Valencia #D2524A
RGB
CMYK
RGB Variations
Color information
#D2524A (or 0xD2524A) is known color: Valencia. HEX triplet: D2, 52 and 4A. RGB value is (210,82,74). Sum of RGB (Red+Green+Blue) = 210+82+74=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2524A is #2DADB5. Grayscale: #777777. Windows color (decimal): -2993590 or 4870866. OLE color: 4870866.
HSL color Cylindrical-coordinate representation of color #D2524A: hue angle of 3.53º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2524A is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 74 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.18 |
| HSL | 3.53º | 0.6% | 0.56% | - |
| HSV(B) | 3.53º | 0.65% | 0.82% | - |
| XYZ | 30.83 | 20.23 | 8.76 | - |
| YUV | 119.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 74 | 0 | 0.61 | 0.65 | 0.18 | 3.53 | 0.6 | 0.56 |
| Hex | D2 | 52 | 4A | 0 | 3D | 41 | 12 | 4 | 3C | 38 |
| Octal | 322 | 122 | 112 | 0 | 75 | 101 | 22 | 4 | 74 | 70 |
| Binary | 11010010 | 1010010 | 1001010 | 0 | 111101 | 1000001 | 10010 | 100 | 111100 | 111000 |
Color Harmonies of #D2524A
Complementary color
Monochromatic Colors of #D2524A
Black with #D2524A
Text Example
Text Example
White with #D2524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2524A; }
p { color: rgb(210,82,74); }
H1.HeaderClassName
{
color: #D2524A;
}
.AnyTagClassName
{
color: #D2524A;
}
</style>
background-color css
<style>
a { background-color: #D2524A; }
a { background-color: rgb(210,82,74); }
div.DivClassName
{
background-color: #D2524A;
}
.BgClassName
{
background-color: #D2524A;
}
</style>
border-color css
<style>
span { border-color: #D2524A; }
span { border-color: rgb(210,82,74); }
td.TdClassName
{
border-color: #D2524A;
}
.TagClassName
{
border-color: #D2524A;
}
</style>