Shades of Valencia #DA4947
Tints of Valencia #DA4947
RGB
CMYK
RGB Variations
Color information
#DA4947 (or 0xDA4947) is known color: Valencia. HEX triplet: DA, 49 and 47. RGB value is (218,73,71). Sum of RGB (Red+Green+Blue) = 218+73+71=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4947 is #25B6B8. Grayscale: #747474. Windows color (decimal): -2471609 or 4671962. OLE color: 4671962.
HSL color Cylindrical-coordinate representation of color #DA4947: hue angle of 0.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4947 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 71 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.15 |
| HSL | 0.82º | 0.67% | 0.57% | - |
| HSV(B) | 0.82º | 0.67% | 0.85% | - |
| XYZ | 32.43 | 20.13 | 8.14 | - |
| YUV | 116.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 71 | 0 | 0.67 | 0.67 | 0.15 | 0.82 | 0.67 | 0.57 |
| Hex | DA | 49 | 47 | 0 | 43 | 43 | F | 1 | 43 | 39 |
| Octal | 332 | 111 | 107 | 0 | 103 | 103 | 17 | 1 | 103 | 71 |
| Binary | 11011010 | 1001001 | 1000111 | 0 | 1000011 | 1000011 | 1111 | 1 | 1000011 | 111001 |
Color Harmonies of #DA4947
Complementary color
Monochromatic Colors of #DA4947
Black with #DA4947
Text Example
Text Example
White with #DA4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4947; }
p { color: rgb(218,73,71); }
H1.HeaderClassName
{
color: #DA4947;
}
.AnyTagClassName
{
color: #DA4947;
}
</style>
background-color css
<style>
a { background-color: #DA4947; }
a { background-color: rgb(218,73,71); }
div.DivClassName
{
background-color: #DA4947;
}
.BgClassName
{
background-color: #DA4947;
}
</style>
border-color css
<style>
span { border-color: #DA4947; }
span { border-color: rgb(218,73,71); }
td.TdClassName
{
border-color: #DA4947;
}
.TagClassName
{
border-color: #DA4947;
}
</style>