Shades of Valencia #DF584A
Tints of Valencia #DF584A
RGB
CMYK
RGB Variations
Color information
#DF584A (or 0xDF584A) is known color: Valencia. HEX triplet: DF, 58 and 4A. RGB value is (223,88,74). Sum of RGB (Red+Green+Blue) = 223+88+74=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF584A is #20A7B5. Grayscale: #7E7E7E. Windows color (decimal): -2140086 or 4872415. OLE color: 4872415.
HSL color Cylindrical-coordinate representation of color #DF584A: hue angle of 5.64º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF584A is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 74 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.13 |
| HSL | 5.64º | 0.7% | 0.58% | - |
| HSV(B) | 5.64º | 0.67% | 0.87% | - |
| XYZ | 35.16 | 23.16 | 9.1 | - |
| YUV | 126.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 74 | 0 | 0.61 | 0.67 | 0.13 | 5.64 | 0.7 | 0.58 |
| Hex | DF | 58 | 4A | 0 | 3D | 43 | D | 6 | 46 | 3A |
| Octal | 337 | 130 | 112 | 0 | 75 | 103 | 15 | 6 | 106 | 72 |
| Binary | 11011111 | 1011000 | 1001010 | 0 | 111101 | 1000011 | 1101 | 110 | 1000110 | 111010 |
Color Harmonies of #DF584A
Complementary color
Monochromatic Colors of #DF584A
Black with #DF584A
Text Example
Text Example
White with #DF584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF584A; }
p { color: rgb(223,88,74); }
H1.HeaderClassName
{
color: #DF584A;
}
.AnyTagClassName
{
color: #DF584A;
}
</style>
background-color css
<style>
a { background-color: #DF584A; }
a { background-color: rgb(223,88,74); }
div.DivClassName
{
background-color: #DF584A;
}
.BgClassName
{
background-color: #DF584A;
}
</style>
border-color css
<style>
span { border-color: #DF584A; }
span { border-color: rgb(223,88,74); }
td.TdClassName
{
border-color: #DF584A;
}
.TagClassName
{
border-color: #DF584A;
}
</style>