Shades of Valencia #D44D4D
Tints of Valencia #D44D4D
RGB
CMYK
RGB Variations
Color information
#D44D4D (or 0xD44D4D) is known color: Valencia. HEX triplet: D4, 4D and 4D. RGB value is (212,77,77). Sum of RGB (Red+Green+Blue) = 212+77+77=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D4D is #2BB2B2. Grayscale: #757575. Windows color (decimal): -2863795 or 5066196. OLE color: 5066196.
HSL color Cylindrical-coordinate representation of color #D44D4D: hue angle of 0º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D4D is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 77 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.17 |
| HSL | 0º | 0.61% | 0.57% | - |
| HSV(B) | 0º | 0.64% | 0.83% | - |
| XYZ | 31.14 | 19.84 | 9.21 | - |
| YUV | 117.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 77 | 0 | 0.64 | 0.64 | 0.17 | 0 | 0.61 | 0.57 |
| Hex | D4 | 4D | 4D | 0 | 40 | 40 | 11 | 0 | 3D | 39 |
| Octal | 324 | 115 | 115 | 0 | 100 | 100 | 21 | 0 | 75 | 71 |
| Binary | 11010100 | 1001101 | 1001101 | 0 | 1000000 | 1000000 | 10001 | 0 | 111101 | 111001 |
Color Harmonies of #D44D4D
Complementary color
Monochromatic Colors of #D44D4D
Black with #D44D4D
Text Example
Text Example
White with #D44D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D4D; }
p { color: rgb(212,77,77); }
H1.HeaderClassName
{
color: #D44D4D;
}
.AnyTagClassName
{
color: #D44D4D;
}
</style>
background-color css
<style>
a { background-color: #D44D4D; }
a { background-color: rgb(212,77,77); }
div.DivClassName
{
background-color: #D44D4D;
}
.BgClassName
{
background-color: #D44D4D;
}
</style>
border-color css
<style>
span { border-color: #D44D4D; }
span { border-color: rgb(212,77,77); }
td.TdClassName
{
border-color: #D44D4D;
}
.TagClassName
{
border-color: #D44D4D;
}
</style>