Shades of Valencia #DA4C45
Tints of Valencia #DA4C45
RGB
CMYK
RGB Variations
Color information
#DA4C45 (or 0xDA4C45) is known color: Valencia. HEX triplet: DA, 4C and 45. RGB value is (218,76,69). Sum of RGB (Red+Green+Blue) = 218+76+69=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C45 is #25B3BA. Grayscale: #757575. Windows color (decimal): -2470843 or 4541658. OLE color: 4541658.
HSL color Cylindrical-coordinate representation of color #DA4C45: hue angle of 2.82º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4C45 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 69 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.15 |
| HSL | 2.82º | 0.67% | 0.56% | - |
| HSV(B) | 2.82º | 0.68% | 0.85% | - |
| XYZ | 32.57 | 20.5 | 7.87 | - |
| YUV | 117.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 69 | 0 | 0.65 | 0.68 | 0.15 | 2.82 | 0.67 | 0.56 |
| Hex | DA | 4C | 45 | 0 | 41 | 44 | F | 3 | 43 | 38 |
| Octal | 332 | 114 | 105 | 0 | 101 | 104 | 17 | 3 | 103 | 70 |
| Binary | 11011010 | 1001100 | 1000101 | 0 | 1000001 | 1000100 | 1111 | 11 | 1000011 | 111000 |
Color Harmonies of #DA4C45
Complementary color
Monochromatic Colors of #DA4C45
Black with #DA4C45
Text Example
Text Example
White with #DA4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C45; }
p { color: rgb(218,76,69); }
H1.HeaderClassName
{
color: #DA4C45;
}
.AnyTagClassName
{
color: #DA4C45;
}
</style>
background-color css
<style>
a { background-color: #DA4C45; }
a { background-color: rgb(218,76,69); }
div.DivClassName
{
background-color: #DA4C45;
}
.BgClassName
{
background-color: #DA4C45;
}
</style>
border-color css
<style>
span { border-color: #DA4C45; }
span { border-color: rgb(218,76,69); }
td.TdClassName
{
border-color: #DA4C45;
}
.TagClassName
{
border-color: #DA4C45;
}
</style>