Shades of Valencia #D24F44
Tints of Valencia #D24F44
RGB
CMYK
RGB Variations
Color information
#D24F44 (or 0xD24F44) is known color: Valencia. HEX triplet: D2, 4F and 44. RGB value is (210,79,68). Sum of RGB (Red+Green+Blue) = 210+79+68=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24F44 is #2DB0BB. Grayscale: #757575. Windows color (decimal): -2994364 or 4476882. OLE color: 4476882.
HSL color Cylindrical-coordinate representation of color #D24F44: hue angle of 4.65º 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 #D24F44 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 68 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.18 |
| HSL | 4.65º | 0.61% | 0.55% | - |
| HSV(B) | 4.65º | 0.68% | 0.82% | - |
| XYZ | 30.42 | 19.71 | 7.67 | - |
| YUV | 116.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 68 | 0 | 0.62 | 0.68 | 0.18 | 4.65 | 0.61 | 0.55 |
| Hex | D2 | 4F | 44 | 0 | 3E | 44 | 12 | 5 | 3D | 37 |
| Octal | 322 | 117 | 104 | 0 | 76 | 104 | 22 | 5 | 75 | 67 |
| Binary | 11010010 | 1001111 | 1000100 | 0 | 111110 | 1000100 | 10010 | 101 | 111101 | 110111 |
Color Harmonies of #D24F44
Complementary color
Monochromatic Colors of #D24F44
Black with #D24F44
Text Example
Text Example
White with #D24F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F44; }
p { color: rgb(210,79,68); }
H1.HeaderClassName
{
color: #D24F44;
}
.AnyTagClassName
{
color: #D24F44;
}
</style>
background-color css
<style>
a { background-color: #D24F44; }
a { background-color: rgb(210,79,68); }
div.DivClassName
{
background-color: #D24F44;
}
.BgClassName
{
background-color: #D24F44;
}
</style>
border-color css
<style>
span { border-color: #D24F44; }
span { border-color: rgb(210,79,68); }
td.TdClassName
{
border-color: #D24F44;
}
.TagClassName
{
border-color: #D24F44;
}
</style>