Shades of Valencia #D24E4C
Tints of Valencia #D24E4C
RGB
CMYK
RGB Variations
Color information
#D24E4C (or 0xD24E4C) is known color: Valencia. HEX triplet: D2, 4E and 4C. RGB value is (210,78,76). Sum of RGB (Red+Green+Blue) = 210+78+76=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24E4C is #2DB1B3. Grayscale: #757575. Windows color (decimal): -2994612 or 5000914. OLE color: 5000914.
HSL color Cylindrical-coordinate representation of color #D24E4C: hue angle of 0.9º 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 #D24E4C is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 76 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.18 |
| HSL | 0.9º | 0.6% | 0.56% | - |
| HSV(B) | 0.9º | 0.64% | 0.82% | - |
| XYZ | 30.61 | 19.67 | 9.02 | - |
| YUV | 117.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 76 | 0 | 0.63 | 0.64 | 0.18 | 0.9 | 0.6 | 0.56 |
| Hex | D2 | 4E | 4C | 0 | 3F | 40 | 12 | 1 | 3C | 38 |
| Octal | 322 | 116 | 114 | 0 | 77 | 100 | 22 | 1 | 74 | 70 |
| Binary | 11010010 | 1001110 | 1001100 | 0 | 111111 | 1000000 | 10010 | 1 | 111100 | 111000 |
Color Harmonies of #D24E4C
Complementary color
Monochromatic Colors of #D24E4C
Black with #D24E4C
Text Example
Text Example
White with #D24E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24E4C; }
p { color: rgb(210,78,76); }
H1.HeaderClassName
{
color: #D24E4C;
}
.AnyTagClassName
{
color: #D24E4C;
}
</style>
background-color css
<style>
a { background-color: #D24E4C; }
a { background-color: rgb(210,78,76); }
div.DivClassName
{
background-color: #D24E4C;
}
.BgClassName
{
background-color: #D24E4C;
}
</style>
border-color css
<style>
span { border-color: #D24E4C; }
span { border-color: rgb(210,78,76); }
td.TdClassName
{
border-color: #D24E4C;
}
.TagClassName
{
border-color: #D24E4C;
}
</style>