Shades of Valencia #D24844
Tints of Valencia #D24844
RGB
CMYK
RGB Variations
Color information
#D24844 (or 0xD24844) is known color: Valencia. HEX triplet: D2, 48 and 44. RGB value is (210,72,68). Sum of RGB (Red+Green+Blue) = 210+72+68=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D24844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24844 is #2DB7BB. Grayscale: #707070. Windows color (decimal): -2996156 or 4475090. OLE color: 4475090.
HSL color Cylindrical-coordinate representation of color #D24844: hue angle of 1.69º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24844 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 68 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.18 |
| HSL | 1.69º | 0.61% | 0.55% | - |
| HSV(B) | 1.69º | 0.68% | 0.82% | - |
| XYZ | 29.94 | 18.75 | 7.51 | - |
| YUV | 112.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 68 | 0 | 0.66 | 0.68 | 0.18 | 1.69 | 0.61 | 0.55 |
| Hex | D2 | 48 | 44 | 0 | 42 | 44 | 12 | 2 | 3D | 37 |
| Octal | 322 | 110 | 104 | 0 | 102 | 104 | 22 | 2 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1000100 | 0 | 1000010 | 1000100 | 10010 | 10 | 111101 | 110111 |
Color Harmonies of #D24844
Complementary color
Monochromatic Colors of #D24844
Black with #D24844
Text Example
Text Example
White with #D24844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24844; }
p { color: rgb(210,72,68); }
H1.HeaderClassName
{
color: #D24844;
}
.AnyTagClassName
{
color: #D24844;
}
</style>
background-color css
<style>
a { background-color: #D24844; }
a { background-color: rgb(210,72,68); }
div.DivClassName
{
background-color: #D24844;
}
.BgClassName
{
background-color: #D24844;
}
</style>
border-color css
<style>
span { border-color: #D24844; }
span { border-color: rgb(210,72,68); }
td.TdClassName
{
border-color: #D24844;
}
.TagClassName
{
border-color: #D24844;
}
</style>