Shades of Valencia #DD4F4A
Tints of Valencia #DD4F4A
RGB
CMYK
RGB Variations
Color information
#DD4F4A (or 0xDD4F4A) is known color: Valencia. HEX triplet: DD, 4F and 4A. RGB value is (221,79,74). Sum of RGB (Red+Green+Blue) = 221+79+74=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F4A is #22B0B5. Grayscale: #797979. Windows color (decimal): -2273462 or 4870109. OLE color: 4870109.
HSL color Cylindrical-coordinate representation of color #DD4F4A: hue angle of 2.04º degrees, saturation: 0.68, 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 #DD4F4A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 74 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.13 |
| HSL | 2.04º | 0.68% | 0.58% | - |
| HSV(B) | 2.04º | 0.67% | 0.87% | - |
| XYZ | 33.85 | 21.46 | 8.84 | - |
| YUV | 120.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 74 | 0 | 0.64 | 0.67 | 0.13 | 2.04 | 0.68 | 0.58 |
| Hex | DD | 4F | 4A | 0 | 40 | 43 | D | 2 | 44 | 3A |
| Octal | 335 | 117 | 112 | 0 | 100 | 103 | 15 | 2 | 104 | 72 |
| Binary | 11011101 | 1001111 | 1001010 | 0 | 1000000 | 1000011 | 1101 | 10 | 1000100 | 111010 |
Color Harmonies of #DD4F4A
Complementary color
Monochromatic Colors of #DD4F4A
Black with #DD4F4A
Text Example
Text Example
White with #DD4F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F4A; }
p { color: rgb(221,79,74); }
H1.HeaderClassName
{
color: #DD4F4A;
}
.AnyTagClassName
{
color: #DD4F4A;
}
</style>
background-color css
<style>
a { background-color: #DD4F4A; }
a { background-color: rgb(221,79,74); }
div.DivClassName
{
background-color: #DD4F4A;
}
.BgClassName
{
background-color: #DD4F4A;
}
</style>
border-color css
<style>
span { border-color: #DD4F4A; }
span { border-color: rgb(221,79,74); }
td.TdClassName
{
border-color: #DD4F4A;
}
.TagClassName
{
border-color: #DD4F4A;
}
</style>