Shades of Valencia #D64C4C
Tints of Valencia #D64C4C
RGB
CMYK
RGB Variations
Color information
#D64C4C (or 0xD64C4C) is known color: Valencia. HEX triplet: D6, 4C and 4C. RGB value is (214,76,76). Sum of RGB (Red+Green+Blue) = 214+76+76=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C4C is #29B3B3. Grayscale: #757575. Windows color (decimal): -2732980 or 5000406. OLE color: 5000406.
HSL color Cylindrical-coordinate representation of color #D64C4C: hue angle of 0º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C4C is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 76 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.16 |
| HSL | 0º | 0.63% | 0.57% | - |
| HSV(B) | 0º | 0.64% | 0.84% | - |
| XYZ | 31.62 | 19.99 | 9.03 | - |
| YUV | 117.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 76 | 0 | 0.64 | 0.64 | 0.16 | 0 | 0.63 | 0.57 |
| Hex | D6 | 4C | 4C | 0 | 40 | 40 | 10 | 0 | 3F | 39 |
| Octal | 326 | 114 | 114 | 0 | 100 | 100 | 20 | 0 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1001100 | 0 | 1000000 | 1000000 | 10000 | 0 | 111111 | 111001 |
Color Harmonies of #D64C4C
Complementary color
Monochromatic Colors of #D64C4C
Black with #D64C4C
Text Example
Text Example
White with #D64C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C4C; }
p { color: rgb(214,76,76); }
H1.HeaderClassName
{
color: #D64C4C;
}
.AnyTagClassName
{
color: #D64C4C;
}
</style>
background-color css
<style>
a { background-color: #D64C4C; }
a { background-color: rgb(214,76,76); }
div.DivClassName
{
background-color: #D64C4C;
}
.BgClassName
{
background-color: #D64C4C;
}
</style>
border-color css
<style>
span { border-color: #D64C4C; }
span { border-color: rgb(214,76,76); }
td.TdClassName
{
border-color: #D64C4C;
}
.TagClassName
{
border-color: #D64C4C;
}
</style>