Shades of Valencia #D64B4A
Tints of Valencia #D64B4A
RGB
CMYK
RGB Variations
Color information
#D64B4A (or 0xD64B4A) is known color: Valencia. HEX triplet: D6, 4B and 4A. RGB value is (214,75,74). Sum of RGB (Red+Green+Blue) = 214+75+74=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B4A is #29B4B5. Grayscale: #747474. Windows color (decimal): -2733238 or 4869078. OLE color: 4869078.
HSL color Cylindrical-coordinate representation of color #D64B4A: hue angle of 0.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B4A is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 74 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.16 |
| HSL | 0.43º | 0.63% | 0.56% | - |
| HSV(B) | 0.43º | 0.65% | 0.84% | - |
| XYZ | 31.48 | 19.82 | 8.65 | - |
| YUV | 116.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 74 | 0 | 0.65 | 0.65 | 0.16 | 0.43 | 0.63 | 0.56 |
| Hex | D6 | 4B | 4A | 0 | 41 | 41 | 10 | 0 | 3F | 38 |
| Octal | 326 | 113 | 112 | 0 | 101 | 101 | 20 | 0 | 77 | 70 |
| Binary | 11010110 | 1001011 | 1001010 | 0 | 1000001 | 1000001 | 10000 | 0 | 111111 | 111000 |
Color Harmonies of #D64B4A
Complementary color
Monochromatic Colors of #D64B4A
Black with #D64B4A
Text Example
Text Example
White with #D64B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B4A; }
p { color: rgb(214,75,74); }
H1.HeaderClassName
{
color: #D64B4A;
}
.AnyTagClassName
{
color: #D64B4A;
}
</style>
background-color css
<style>
a { background-color: #D64B4A; }
a { background-color: rgb(214,75,74); }
div.DivClassName
{
background-color: #D64B4A;
}
.BgClassName
{
background-color: #D64B4A;
}
</style>
border-color css
<style>
span { border-color: #D64B4A; }
span { border-color: rgb(214,75,74); }
td.TdClassName
{
border-color: #D64B4A;
}
.TagClassName
{
border-color: #D64B4A;
}
</style>