Shades of Valencia #D64A43
Tints of Valencia #D64A43
RGB
CMYK
RGB Variations
Color information
#D64A43 (or 0xD64A43) is known color: Valencia. HEX triplet: D6, 4A and 43. RGB value is (214,74,67). Sum of RGB (Red+Green+Blue) = 214+74+67=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A43 is #29B5BC. Grayscale: #737373. Windows color (decimal): -2733501 or 4410070. OLE color: 4410070.
HSL color Cylindrical-coordinate representation of color #D64A43: hue angle of 2.86º 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 #D64A43 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 67 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.16 |
| HSL | 2.86º | 0.64% | 0.55% | - |
| HSV(B) | 2.86º | 0.69% | 0.84% | - |
| XYZ | 31.19 | 19.6 | 7.45 | - |
| YUV | 115.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 67 | 0 | 0.65 | 0.69 | 0.16 | 2.86 | 0.64 | 0.55 |
| Hex | D6 | 4A | 43 | 0 | 41 | 45 | 10 | 3 | 40 | 37 |
| Octal | 326 | 112 | 103 | 0 | 101 | 105 | 20 | 3 | 100 | 67 |
| Binary | 11010110 | 1001010 | 1000011 | 0 | 1000001 | 1000101 | 10000 | 11 | 1000000 | 110111 |
Color Harmonies of #D64A43
Complementary color
Monochromatic Colors of #D64A43
Black with #D64A43
Text Example
Text Example
White with #D64A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A43; }
p { color: rgb(214,74,67); }
H1.HeaderClassName
{
color: #D64A43;
}
.AnyTagClassName
{
color: #D64A43;
}
</style>
background-color css
<style>
a { background-color: #D64A43; }
a { background-color: rgb(214,74,67); }
div.DivClassName
{
background-color: #D64A43;
}
.BgClassName
{
background-color: #D64A43;
}
</style>
border-color css
<style>
span { border-color: #D64A43; }
span { border-color: rgb(214,74,67); }
td.TdClassName
{
border-color: #D64A43;
}
.TagClassName
{
border-color: #D64A43;
}
</style>