Shades of Valencia #D64943
Tints of Valencia #D64943
RGB
CMYK
RGB Variations
Color information
#D64943 (or 0xD64943) is known color: Valencia. HEX triplet: D6, 49 and 43. RGB value is (214,73,67). Sum of RGB (Red+Green+Blue) = 214+73+67=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D64943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64943 is #29B6BC. Grayscale: #727272. Windows color (decimal): -2733757 or 4409814. OLE color: 4409814.
HSL color Cylindrical-coordinate representation of color #D64943: hue angle of 2.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64943 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 67 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.16 |
| HSL | 2.45º | 0.64% | 0.55% | - |
| HSV(B) | 2.45º | 0.69% | 0.84% | - |
| XYZ | 31.13 | 19.47 | 7.43 | - |
| YUV | 114.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 67 | 0 | 0.66 | 0.69 | 0.16 | 2.45 | 0.64 | 0.55 |
| Hex | D6 | 49 | 43 | 0 | 42 | 45 | 10 | 2 | 40 | 37 |
| Octal | 326 | 111 | 103 | 0 | 102 | 105 | 20 | 2 | 100 | 67 |
| Binary | 11010110 | 1001001 | 1000011 | 0 | 1000010 | 1000101 | 10000 | 10 | 1000000 | 110111 |
Color Harmonies of #D64943
Complementary color
Monochromatic Colors of #D64943
Black with #D64943
Text Example
Text Example
White with #D64943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64943; }
p { color: rgb(214,73,67); }
H1.HeaderClassName
{
color: #D64943;
}
.AnyTagClassName
{
color: #D64943;
}
</style>
background-color css
<style>
a { background-color: #D64943; }
a { background-color: rgb(214,73,67); }
div.DivClassName
{
background-color: #D64943;
}
.BgClassName
{
background-color: #D64943;
}
</style>
border-color css
<style>
span { border-color: #D64943; }
span { border-color: rgb(214,73,67); }
td.TdClassName
{
border-color: #D64943;
}
.TagClassName
{
border-color: #D64943;
}
</style>