Shades of Valencia #DA4A44
Tints of Valencia #DA4A44
RGB
CMYK
RGB Variations
Color information
#DA4A44 (or 0xDA4A44) is known color: Valencia. HEX triplet: DA, 4A and 44. RGB value is (218,74,68). Sum of RGB (Red+Green+Blue) = 218+74+68=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A44 is #25B5BB. Grayscale: #747474. Windows color (decimal): -2471356 or 4475610. OLE color: 4475610.
HSL color Cylindrical-coordinate representation of color #DA4A44: hue angle of 2.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4A44 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 68 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.15 |
| HSL | 2.4º | 0.67% | 0.56% | - |
| HSV(B) | 2.4º | 0.69% | 0.85% | - |
| XYZ | 32.41 | 20.22 | 7.66 | - |
| YUV | 116.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 68 | 0 | 0.66 | 0.69 | 0.15 | 2.4 | 0.67 | 0.56 |
| Hex | DA | 4A | 44 | 0 | 42 | 45 | F | 2 | 43 | 38 |
| Octal | 332 | 112 | 104 | 0 | 102 | 105 | 17 | 2 | 103 | 70 |
| Binary | 11011010 | 1001010 | 1000100 | 0 | 1000010 | 1000101 | 1111 | 10 | 1000011 | 111000 |
Color Harmonies of #DA4A44
Complementary color
Monochromatic Colors of #DA4A44
Black with #DA4A44
Text Example
Text Example
White with #DA4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A44; }
p { color: rgb(218,74,68); }
H1.HeaderClassName
{
color: #DA4A44;
}
.AnyTagClassName
{
color: #DA4A44;
}
</style>
background-color css
<style>
a { background-color: #DA4A44; }
a { background-color: rgb(218,74,68); }
div.DivClassName
{
background-color: #DA4A44;
}
.BgClassName
{
background-color: #DA4A44;
}
</style>
border-color css
<style>
span { border-color: #DA4A44; }
span { border-color: rgb(218,74,68); }
td.TdClassName
{
border-color: #DA4A44;
}
.TagClassName
{
border-color: #DA4A44;
}
</style>