Shades of Valencia #D24A43
Tints of Valencia #D24A43
RGB
CMYK
RGB Variations
Color information
#D24A43 (or 0xD24A43) is known color: Valencia. HEX triplet: D2, 4A and 43. RGB value is (210,74,67). Sum of RGB (Red+Green+Blue) = 210+74+67=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A43 is #2DB5BC. Grayscale: #727272. Windows color (decimal): -2995645 or 4410066. OLE color: 4410066.
HSL color Cylindrical-coordinate representation of color #D24A43: hue angle of 2.94º 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 #D24A43 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 67 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.18 |
| HSL | 2.94º | 0.61% | 0.54% | - |
| HSV(B) | 2.94º | 0.68% | 0.82% | - |
| XYZ | 30.04 | 19 | 7.4 | - |
| YUV | 113.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 67 | 0 | 0.65 | 0.68 | 0.18 | 2.94 | 0.61 | 0.54 |
| Hex | D2 | 4A | 43 | 0 | 41 | 44 | 12 | 3 | 3D | 36 |
| Octal | 322 | 112 | 103 | 0 | 101 | 104 | 22 | 3 | 75 | 66 |
| Binary | 11010010 | 1001010 | 1000011 | 0 | 1000001 | 1000100 | 10010 | 11 | 111101 | 110110 |
Color Harmonies of #D24A43
Complementary color
Monochromatic Colors of #D24A43
Black with #D24A43
Text Example
Text Example
White with #D24A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A43; }
p { color: rgb(210,74,67); }
H1.HeaderClassName
{
color: #D24A43;
}
.AnyTagClassName
{
color: #D24A43;
}
</style>
background-color css
<style>
a { background-color: #D24A43; }
a { background-color: rgb(210,74,67); }
div.DivClassName
{
background-color: #D24A43;
}
.BgClassName
{
background-color: #D24A43;
}
</style>
border-color css
<style>
span { border-color: #D24A43; }
span { border-color: rgb(210,74,67); }
td.TdClassName
{
border-color: #D24A43;
}
.TagClassName
{
border-color: #D24A43;
}
</style>