Shades of Valencia #D25C4C
Tints of Valencia #D25C4C
RGB
CMYK
RGB Variations
Color information
#D25C4C (or 0xD25C4C) is known color: Valencia. HEX triplet: D2, 5C and 4C. RGB value is (210,92,76). Sum of RGB (Red+Green+Blue) = 210+92+76=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C4C is #2DA3B3. Grayscale: #7D7D7D. Windows color (decimal): -2991028 or 5004498. OLE color: 5004498.
HSL color Cylindrical-coordinate representation of color #D25C4C: hue angle of 7.16º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D25C4C is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 76 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.18 |
| HSL | 7.16º | 0.6% | 0.56% | - |
| HSV(B) | 7.16º | 0.64% | 0.82% | - |
| XYZ | 31.71 | 21.88 | 9.39 | - |
| YUV | 125.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 76 | 0 | 0.56 | 0.64 | 0.18 | 7.16 | 0.6 | 0.56 |
| Hex | D2 | 5C | 4C | 0 | 38 | 40 | 12 | 7 | 3C | 38 |
| Octal | 322 | 134 | 114 | 0 | 70 | 100 | 22 | 7 | 74 | 70 |
| Binary | 11010010 | 1011100 | 1001100 | 0 | 111000 | 1000000 | 10010 | 111 | 111100 | 111000 |
Color Harmonies of #D25C4C
Complementary color
Monochromatic Colors of #D25C4C
Black with #D25C4C
Text Example
Text Example
White with #D25C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C4C; }
p { color: rgb(210,92,76); }
H1.HeaderClassName
{
color: #D25C4C;
}
.AnyTagClassName
{
color: #D25C4C;
}
</style>
background-color css
<style>
a { background-color: #D25C4C; }
a { background-color: rgb(210,92,76); }
div.DivClassName
{
background-color: #D25C4C;
}
.BgClassName
{
background-color: #D25C4C;
}
</style>
border-color css
<style>
span { border-color: #D25C4C; }
span { border-color: rgb(210,92,76); }
td.TdClassName
{
border-color: #D25C4C;
}
.TagClassName
{
border-color: #D25C4C;
}
</style>