Shades of Valencia #DF554F
Tints of Valencia #DF554F
RGB
CMYK
RGB Variations
Color information
#DF554F (or 0xDF554F) is known color: Valencia. HEX triplet: DF, 55 and 4F. RGB value is (223,85,79). Sum of RGB (Red+Green+Blue) = 223+85+79=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF554F is #20AAB0. Grayscale: #7D7D7D. Windows color (decimal): -2140849 or 5199327. OLE color: 5199327.
HSL color Cylindrical-coordinate representation of color #DF554F: hue angle of 2.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF554F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 79 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.13 |
| HSL | 2.5º | 0.69% | 0.59% | - |
| HSV(B) | 2.5º | 0.65% | 0.87% | - |
| XYZ | 35.09 | 22.75 | 9.94 | - |
| YUV | 125.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 79 | 0 | 0.62 | 0.65 | 0.13 | 2.5 | 0.69 | 0.59 |
| Hex | DF | 55 | 4F | 0 | 3E | 41 | D | 2 | 45 | 3B |
| Octal | 337 | 125 | 117 | 0 | 76 | 101 | 15 | 2 | 105 | 73 |
| Binary | 11011111 | 1010101 | 1001111 | 0 | 111110 | 1000001 | 1101 | 10 | 1000101 | 111011 |
Color Harmonies of #DF554F
Complementary color
Monochromatic Colors of #DF554F
Black with #DF554F
Text Example
Text Example
White with #DF554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF554F; }
p { color: rgb(223,85,79); }
H1.HeaderClassName
{
color: #DF554F;
}
.AnyTagClassName
{
color: #DF554F;
}
</style>
background-color css
<style>
a { background-color: #DF554F; }
a { background-color: rgb(223,85,79); }
div.DivClassName
{
background-color: #DF554F;
}
.BgClassName
{
background-color: #DF554F;
}
</style>
border-color css
<style>
span { border-color: #DF554F; }
span { border-color: rgb(223,85,79); }
td.TdClassName
{
border-color: #DF554F;
}
.TagClassName
{
border-color: #DF554F;
}
</style>