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