Shades of Valencia #D24D43
Tints of Valencia #D24D43
RGB
CMYK
RGB Variations
Color information
#D24D43 (or 0xD24D43) is known color: Valencia. HEX triplet: D2, 4D and 43. RGB value is (210,77,67). Sum of RGB (Red+Green+Blue) = 210+77+67=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D43 is #2DB2BC. Grayscale: #737373. Windows color (decimal): -2994877 or 4410834. OLE color: 4410834.
HSL color Cylindrical-coordinate representation of color #D24D43: hue angle of 4.2º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24D43 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 67 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.18 |
| HSL | 4.2º | 0.61% | 0.54% | - |
| HSV(B) | 4.2º | 0.68% | 0.82% | - |
| XYZ | 30.25 | 19.41 | 7.46 | - |
| YUV | 115.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 67 | 0 | 0.63 | 0.68 | 0.18 | 4.2 | 0.61 | 0.54 |
| Hex | D2 | 4D | 43 | 0 | 3F | 44 | 12 | 4 | 3D | 36 |
| Octal | 322 | 115 | 103 | 0 | 77 | 104 | 22 | 4 | 75 | 66 |
| Binary | 11010010 | 1001101 | 1000011 | 0 | 111111 | 1000100 | 10010 | 100 | 111101 | 110110 |
Color Harmonies of #D24D43
Complementary color
Monochromatic Colors of #D24D43
Black with #D24D43
Text Example
Text Example
White with #D24D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D43; }
p { color: rgb(210,77,67); }
H1.HeaderClassName
{
color: #D24D43;
}
.AnyTagClassName
{
color: #D24D43;
}
</style>
background-color css
<style>
a { background-color: #D24D43; }
a { background-color: rgb(210,77,67); }
div.DivClassName
{
background-color: #D24D43;
}
.BgClassName
{
background-color: #D24D43;
}
</style>
border-color css
<style>
span { border-color: #D24D43; }
span { border-color: rgb(210,77,67); }
td.TdClassName
{
border-color: #D24D43;
}
.TagClassName
{
border-color: #D24D43;
}
</style>