Shades of Valencia #DA574B
Tints of Valencia #DA574B
RGB
CMYK
RGB Variations
Color information
#DA574B (or 0xDA574B) is known color: Valencia. HEX triplet: DA, 57 and 4B. RGB value is (218,87,75). Sum of RGB (Red+Green+Blue) = 218+87+75=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA574B is #25A8B4. Grayscale: #7C7C7C. Windows color (decimal): -2468021 or 4937690. OLE color: 4937690.
HSL color Cylindrical-coordinate representation of color #DA574B: hue angle of 5.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA574B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 75 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.15 |
| HSL | 5.03º | 0.66% | 0.57% | - |
| HSV(B) | 5.03º | 0.66% | 0.85% | - |
| XYZ | 33.59 | 22.23 | 9.18 | - |
| YUV | 124.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 75 | 0 | 0.60 | 0.66 | 0.15 | 5.03 | 0.66 | 0.57 |
| Hex | DA | 57 | 4B | 0 | 3C | 42 | F | 5 | 42 | 39 |
| Octal | 332 | 127 | 113 | 0 | 74 | 102 | 17 | 5 | 102 | 71 |
| Binary | 11011010 | 1010111 | 1001011 | 0 | 111100 | 1000010 | 1111 | 101 | 1000010 | 111001 |
Color Harmonies of #DA574B
Complementary color
Monochromatic Colors of #DA574B
Black with #DA574B
Text Example
Text Example
White with #DA574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA574B; }
p { color: rgb(218,87,75); }
H1.HeaderClassName
{
color: #DA574B;
}
.AnyTagClassName
{
color: #DA574B;
}
</style>
background-color css
<style>
a { background-color: #DA574B; }
a { background-color: rgb(218,87,75); }
div.DivClassName
{
background-color: #DA574B;
}
.BgClassName
{
background-color: #DA574B;
}
</style>
border-color css
<style>
span { border-color: #DA574B; }
span { border-color: rgb(218,87,75); }
td.TdClassName
{
border-color: #DA574B;
}
.TagClassName
{
border-color: #DA574B;
}
</style>