Shades of Valencia #DA4B45
Tints of Valencia #DA4B45
RGB
CMYK
RGB Variations
Color information
#DA4B45 (or 0xDA4B45) is known color: Valencia. HEX triplet: DA, 4B and 45. RGB value is (218,75,69). Sum of RGB (Red+Green+Blue) = 218+75+69=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4B45 is #25B4BA. Grayscale: #757575. Windows color (decimal): -2471099 or 4541402. OLE color: 4541402.
HSL color Cylindrical-coordinate representation of color #DA4B45: hue angle of 2.42º 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 #DA4B45 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 75 | 69 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.15 |
| HSL | 2.42º | 0.67% | 0.56% | - |
| HSV(B) | 2.42º | 0.68% | 0.85% | - |
| XYZ | 32.5 | 20.37 | 7.85 | - |
| YUV | 117.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 69 | 0 | 0.66 | 0.68 | 0.15 | 2.42 | 0.67 | 0.56 |
| Hex | DA | 4B | 45 | 0 | 42 | 44 | F | 2 | 43 | 38 |
| Octal | 332 | 113 | 105 | 0 | 102 | 104 | 17 | 2 | 103 | 70 |
| Binary | 11011010 | 1001011 | 1000101 | 0 | 1000010 | 1000100 | 1111 | 10 | 1000011 | 111000 |
Color Harmonies of #DA4B45
Complementary color
Monochromatic Colors of #DA4B45
Black with #DA4B45
Text Example
Text Example
White with #DA4B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4B45; }
p { color: rgb(218,75,69); }
H1.HeaderClassName
{
color: #DA4B45;
}
.AnyTagClassName
{
color: #DA4B45;
}
</style>
background-color css
<style>
a { background-color: #DA4B45; }
a { background-color: rgb(218,75,69); }
div.DivClassName
{
background-color: #DA4B45;
}
.BgClassName
{
background-color: #DA4B45;
}
</style>
border-color css
<style>
span { border-color: #DA4B45; }
span { border-color: rgb(218,75,69); }
td.TdClassName
{
border-color: #DA4B45;
}
.TagClassName
{
border-color: #DA4B45;
}
</style>