Shades of Valencia #DA4745
Tints of Valencia #DA4745
RGB
CMYK
RGB Variations
Color information
#DA4745 (or 0xDA4745) is known color: Valencia. HEX triplet: DA, 47 and 45. RGB value is (218,71,69). Sum of RGB (Red+Green+Blue) = 218+71+69=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4745 is #25B8BA. Grayscale: #727272. Windows color (decimal): -2472123 or 4540378. OLE color: 4540378.
HSL color Cylindrical-coordinate representation of color #DA4745: hue angle of 0.81º 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 #DA4745 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 69 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.15 |
| HSL | 0.81º | 0.67% | 0.56% | - |
| HSV(B) | 0.81º | 0.68% | 0.85% | - |
| XYZ | 32.24 | 19.84 | 7.76 | - |
| YUV | 114.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 69 | 0 | 0.67 | 0.68 | 0.15 | 0.81 | 0.67 | 0.56 |
| Hex | DA | 47 | 45 | 0 | 43 | 44 | F | 1 | 43 | 38 |
| Octal | 332 | 107 | 105 | 0 | 103 | 104 | 17 | 1 | 103 | 70 |
| Binary | 11011010 | 1000111 | 1000101 | 0 | 1000011 | 1000100 | 1111 | 1 | 1000011 | 111000 |
Color Harmonies of #DA4745
Complementary color
Monochromatic Colors of #DA4745
Black with #DA4745
Text Example
Text Example
White with #DA4745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4745; }
p { color: rgb(218,71,69); }
H1.HeaderClassName
{
color: #DA4745;
}
.AnyTagClassName
{
color: #DA4745;
}
</style>
background-color css
<style>
a { background-color: #DA4745; }
a { background-color: rgb(218,71,69); }
div.DivClassName
{
background-color: #DA4745;
}
.BgClassName
{
background-color: #DA4745;
}
</style>
border-color css
<style>
span { border-color: #DA4745; }
span { border-color: rgb(218,71,69); }
td.TdClassName
{
border-color: #DA4745;
}
.TagClassName
{
border-color: #DA4745;
}
</style>