Shades of Valencia #D64A46
Tints of Valencia #D64A46
RGB
CMYK
RGB Variations
Color information
#D64A46 (or 0xD64A46) is known color: Valencia. HEX triplet: D6, 4A and 46. RGB value is (214,74,70). Sum of RGB (Red+Green+Blue) = 214+74+70=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A46 is #29B5B9. Grayscale: #737373. Windows color (decimal): -2733498 or 4606678. OLE color: 4606678.
HSL color Cylindrical-coordinate representation of color #D64A46: hue angle of 1.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64A46 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 70 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.16 |
| HSL | 1.67º | 0.64% | 0.56% | - |
| HSV(B) | 1.67º | 0.67% | 0.84% | - |
| XYZ | 31.29 | 19.64 | 7.94 | - |
| YUV | 115.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 70 | 0 | 0.65 | 0.67 | 0.16 | 1.67 | 0.64 | 0.56 |
| Hex | D6 | 4A | 46 | 0 | 41 | 43 | 10 | 2 | 40 | 38 |
| Octal | 326 | 112 | 106 | 0 | 101 | 103 | 20 | 2 | 100 | 70 |
| Binary | 11010110 | 1001010 | 1000110 | 0 | 1000001 | 1000011 | 10000 | 10 | 1000000 | 111000 |
Color Harmonies of #D64A46
Complementary color
Monochromatic Colors of #D64A46
Black with #D64A46
Text Example
Text Example
White with #D64A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A46; }
p { color: rgb(214,74,70); }
H1.HeaderClassName
{
color: #D64A46;
}
.AnyTagClassName
{
color: #D64A46;
}
</style>
background-color css
<style>
a { background-color: #D64A46; }
a { background-color: rgb(214,74,70); }
div.DivClassName
{
background-color: #D64A46;
}
.BgClassName
{
background-color: #D64A46;
}
</style>
border-color css
<style>
span { border-color: #D64A46; }
span { border-color: rgb(214,74,70); }
td.TdClassName
{
border-color: #D64A46;
}
.TagClassName
{
border-color: #D64A46;
}
</style>