Shades of Valencia #DA4E4B
Tints of Valencia #DA4E4B
RGB
CMYK
RGB Variations
Color information
#DA4E4B (or 0xDA4E4B) is known color: Valencia. HEX triplet: DA, 4E and 4B. RGB value is (218,78,75). Sum of RGB (Red+Green+Blue) = 218+78+75=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E4B is #25B1B4. Grayscale: #777777. Windows color (decimal): -2470325 or 4935386. OLE color: 4935386.
HSL color Cylindrical-coordinate representation of color #DA4E4B: hue angle of 1.26º 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 #DA4E4B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 75 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.15 |
| HSL | 1.26º | 0.66% | 0.57% | - |
| HSV(B) | 1.26º | 0.66% | 0.85% | - |
| XYZ | 32.91 | 20.86 | 8.95 | - |
| YUV | 119.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 75 | 0 | 0.64 | 0.66 | 0.15 | 1.26 | 0.66 | 0.57 |
| Hex | DA | 4E | 4B | 0 | 40 | 42 | F | 1 | 42 | 39 |
| Octal | 332 | 116 | 113 | 0 | 100 | 102 | 17 | 1 | 102 | 71 |
| Binary | 11011010 | 1001110 | 1001011 | 0 | 1000000 | 1000010 | 1111 | 1 | 1000010 | 111001 |
Color Harmonies of #DA4E4B
Complementary color
Monochromatic Colors of #DA4E4B
Black with #DA4E4B
Text Example
Text Example
White with #DA4E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E4B; }
p { color: rgb(218,78,75); }
H1.HeaderClassName
{
color: #DA4E4B;
}
.AnyTagClassName
{
color: #DA4E4B;
}
</style>
background-color css
<style>
a { background-color: #DA4E4B; }
a { background-color: rgb(218,78,75); }
div.DivClassName
{
background-color: #DA4E4B;
}
.BgClassName
{
background-color: #DA4E4B;
}
</style>
border-color css
<style>
span { border-color: #DA4E4B; }
span { border-color: rgb(218,78,75); }
td.TdClassName
{
border-color: #DA4E4B;
}
.TagClassName
{
border-color: #DA4E4B;
}
</style>