Shades of Valencia #D24C44
Tints of Valencia #D24C44
RGB
CMYK
RGB Variations
Color information
#D24C44 (or 0xD24C44) is known color: Valencia. HEX triplet: D2, 4C and 44. RGB value is (210,76,68). Sum of RGB (Red+Green+Blue) = 210+76+68=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C44 is #2DB3BB. Grayscale: #737373. Windows color (decimal): -2995132 or 4476114. OLE color: 4476114.
HSL color Cylindrical-coordinate representation of color #D24C44: hue angle of 3.38º 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 #D24C44 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 68 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.18 |
| HSL | 3.38º | 0.61% | 0.55% | - |
| HSV(B) | 3.38º | 0.68% | 0.82% | - |
| XYZ | 30.21 | 19.29 | 7.6 | - |
| YUV | 115.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 68 | 0 | 0.64 | 0.68 | 0.18 | 3.38 | 0.61 | 0.55 |
| Hex | D2 | 4C | 44 | 0 | 40 | 44 | 12 | 3 | 3D | 37 |
| Octal | 322 | 114 | 104 | 0 | 100 | 104 | 22 | 3 | 75 | 67 |
| Binary | 11010010 | 1001100 | 1000100 | 0 | 1000000 | 1000100 | 10010 | 11 | 111101 | 110111 |
Color Harmonies of #D24C44
Complementary color
Monochromatic Colors of #D24C44
Black with #D24C44
Text Example
Text Example
White with #D24C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C44; }
p { color: rgb(210,76,68); }
H1.HeaderClassName
{
color: #D24C44;
}
.AnyTagClassName
{
color: #D24C44;
}
</style>
background-color css
<style>
a { background-color: #D24C44; }
a { background-color: rgb(210,76,68); }
div.DivClassName
{
background-color: #D24C44;
}
.BgClassName
{
background-color: #D24C44;
}
</style>
border-color css
<style>
span { border-color: #D24C44; }
span { border-color: rgb(210,76,68); }
td.TdClassName
{
border-color: #D24C44;
}
.TagClassName
{
border-color: #D24C44;
}
</style>