Shades of Valencia #D14443
Tints of Valencia #D14443
RGB
CMYK
RGB Variations
Color information
#D14443 (or 0xD14443) is known color: Valencia. HEX triplet: D1, 44 and 43. RGB value is (209,68,67). Sum of RGB (Red+Green+Blue) = 209+68+67=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D14443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14443 is #2EBBBC. Grayscale: #6E6E6E. Windows color (decimal): -3062717 or 4408529. OLE color: 4408529.
HSL color Cylindrical-coordinate representation of color #D14443: hue angle of 0.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14443 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 67 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.18 |
| HSL | 0.42º | 0.61% | 0.54% | - |
| HSV(B) | 0.42º | 0.68% | 0.82% | - |
| XYZ | 29.37 | 18.09 | 7.25 | - |
| YUV | 110.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 67 | 0 | 0.67 | 0.68 | 0.18 | 0.42 | 0.61 | 0.54 |
| Hex | D1 | 44 | 43 | 0 | 43 | 44 | 12 | 0 | 3D | 36 |
| Octal | 321 | 104 | 103 | 0 | 103 | 104 | 22 | 0 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1000011 | 0 | 1000011 | 1000100 | 10010 | 0 | 111101 | 110110 |
Color Harmonies of #D14443
Complementary color
Monochromatic Colors of #D14443
Black with #D14443
Text Example
Text Example
White with #D14443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14443; }
p { color: rgb(209,68,67); }
H1.HeaderClassName
{
color: #D14443;
}
.AnyTagClassName
{
color: #D14443;
}
</style>
background-color css
<style>
a { background-color: #D14443; }
a { background-color: rgb(209,68,67); }
div.DivClassName
{
background-color: #D14443;
}
.BgClassName
{
background-color: #D14443;
}
</style>
border-color css
<style>
span { border-color: #D14443; }
span { border-color: rgb(209,68,67); }
td.TdClassName
{
border-color: #D14443;
}
.TagClassName
{
border-color: #D14443;
}
</style>