Shades of Valencia #D64949
Tints of Valencia #D64949
RGB
CMYK
RGB Variations
Color information
#D64949 (or 0xD64949) is known color: Valencia. HEX triplet: D6, 49 and 49. RGB value is (214,73,73). Sum of RGB (Red+Green+Blue) = 214+73+73=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D64949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64949 is #29B6B6. Grayscale: #737373. Windows color (decimal): -2733751 or 4803030. OLE color: 4803030.
HSL color Cylindrical-coordinate representation of color #D64949: hue angle of 0º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64949 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 73 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.16 |
| HSL | 0º | 0.63% | 0.56% | - |
| HSV(B) | 0º | 0.66% | 0.84% | - |
| XYZ | 31.32 | 19.54 | 8.42 | - |
| YUV | 115.16 | 104.21 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 73 | 0 | 0.66 | 0.66 | 0.16 | 0 | 0.63 | 0.56 |
| Hex | D6 | 49 | 49 | 0 | 42 | 42 | 10 | 0 | 3F | 38 |
| Octal | 326 | 111 | 111 | 0 | 102 | 102 | 20 | 0 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1001001 | 0 | 1000010 | 1000010 | 10000 | 0 | 111111 | 111000 |
Color Harmonies of #D64949
Complementary color
Monochromatic Colors of #D64949
Black with #D64949
Text Example
Text Example
White with #D64949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64949; }
p { color: rgb(214,73,73); }
H1.HeaderClassName
{
color: #D64949;
}
.AnyTagClassName
{
color: #D64949;
}
</style>
background-color css
<style>
a { background-color: #D64949; }
a { background-color: rgb(214,73,73); }
div.DivClassName
{
background-color: #D64949;
}
.BgClassName
{
background-color: #D64949;
}
</style>
border-color css
<style>
span { border-color: #D64949; }
span { border-color: rgb(214,73,73); }
td.TdClassName
{
border-color: #D64949;
}
.TagClassName
{
border-color: #D64949;
}
</style>