Shades of Valencia #DF554B
Tints of Valencia #DF554B
RGB
CMYK
RGB Variations
Color information
#DF554B (or 0xDF554B) is known color: Valencia. HEX triplet: DF, 55 and 4B. RGB value is (223,85,75). Sum of RGB (Red+Green+Blue) = 223+85+75=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF554B is #20AAB4. Grayscale: #7D7D7D. Windows color (decimal): -2140853 or 4937183. OLE color: 4937183.
HSL color Cylindrical-coordinate representation of color #DF554B: hue angle of 4.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF554B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 75 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.13 |
| HSL | 4.05º | 0.7% | 0.58% | - |
| HSV(B) | 4.05º | 0.66% | 0.87% | - |
| XYZ | 34.95 | 22.69 | 9.19 | - |
| YUV | 125.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 75 | 0 | 0.62 | 0.66 | 0.13 | 4.05 | 0.7 | 0.58 |
| Hex | DF | 55 | 4B | 0 | 3E | 42 | D | 4 | 46 | 3A |
| Octal | 337 | 125 | 113 | 0 | 76 | 102 | 15 | 4 | 106 | 72 |
| Binary | 11011111 | 1010101 | 1001011 | 0 | 111110 | 1000010 | 1101 | 100 | 1000110 | 111010 |
Color Harmonies of #DF554B
Complementary color
Monochromatic Colors of #DF554B
Black with #DF554B
Text Example
Text Example
White with #DF554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF554B; }
p { color: rgb(223,85,75); }
H1.HeaderClassName
{
color: #DF554B;
}
.AnyTagClassName
{
color: #DF554B;
}
</style>
background-color css
<style>
a { background-color: #DF554B; }
a { background-color: rgb(223,85,75); }
div.DivClassName
{
background-color: #DF554B;
}
.BgClassName
{
background-color: #DF554B;
}
</style>
border-color css
<style>
span { border-color: #DF554B; }
span { border-color: rgb(223,85,75); }
td.TdClassName
{
border-color: #DF554B;
}
.TagClassName
{
border-color: #DF554B;
}
</style>