Shades of Valencia #D65043
Tints of Valencia #D65043
RGB
CMYK
RGB Variations
Color information
#D65043 (or 0xD65043) is known color: Valencia. HEX triplet: D6, 50 and 43. RGB value is (214,80,67). Sum of RGB (Red+Green+Blue) = 214+80+67=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D65043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65043 is #29AFBC. Grayscale: #767676. Windows color (decimal): -2731965 or 4411606. OLE color: 4411606.
HSL color Cylindrical-coordinate representation of color #D65043: hue angle of 5.31º 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 #D65043 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 67 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.16 |
| HSL | 5.31º | 0.64% | 0.55% | - |
| HSV(B) | 5.31º | 0.69% | 0.84% | - |
| XYZ | 31.61 | 20.44 | 7.59 | - |
| YUV | 118.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 67 | 0 | 0.63 | 0.69 | 0.16 | 5.31 | 0.64 | 0.55 |
| Hex | D6 | 50 | 43 | 0 | 3F | 45 | 10 | 5 | 40 | 37 |
| Octal | 326 | 120 | 103 | 0 | 77 | 105 | 20 | 5 | 100 | 67 |
| Binary | 11010110 | 1010000 | 1000011 | 0 | 111111 | 1000101 | 10000 | 101 | 1000000 | 110111 |
Color Harmonies of #D65043
Complementary color
Monochromatic Colors of #D65043
Black with #D65043
Text Example
Text Example
White with #D65043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65043; }
p { color: rgb(214,80,67); }
H1.HeaderClassName
{
color: #D65043;
}
.AnyTagClassName
{
color: #D65043;
}
</style>
background-color css
<style>
a { background-color: #D65043; }
a { background-color: rgb(214,80,67); }
div.DivClassName
{
background-color: #D65043;
}
.BgClassName
{
background-color: #D65043;
}
</style>
border-color css
<style>
span { border-color: #D65043; }
span { border-color: rgb(214,80,67); }
td.TdClassName
{
border-color: #D65043;
}
.TagClassName
{
border-color: #D65043;
}
</style>