Shades of Valencia #DD4B4A
Tints of Valencia #DD4B4A
RGB
CMYK
RGB Variations
Color information
#DD4B4A (or 0xDD4B4A) is known color: Valencia. HEX triplet: DD, 4B and 4A. RGB value is (221,75,74). Sum of RGB (Red+Green+Blue) = 221+75+74=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B4A is #22B4B5. Grayscale: #767676. Windows color (decimal): -2274486 or 4869085. OLE color: 4869085.
HSL color Cylindrical-coordinate representation of color #DD4B4A: hue angle of 0.41º 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 #DD4B4A is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 74 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.13 |
| HSL | 0.41º | 0.68% | 0.58% | - |
| HSV(B) | 0.41º | 0.67% | 0.87% | - |
| XYZ | 33.57 | 20.9 | 8.74 | - |
| YUV | 118.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 74 | 0 | 0.66 | 0.67 | 0.13 | 0.41 | 0.68 | 0.58 |
| Hex | DD | 4B | 4A | 0 | 42 | 43 | D | 0 | 44 | 3A |
| Octal | 335 | 113 | 112 | 0 | 102 | 103 | 15 | 0 | 104 | 72 |
| Binary | 11011101 | 1001011 | 1001010 | 0 | 1000010 | 1000011 | 1101 | 0 | 1000100 | 111010 |
Color Harmonies of #DD4B4A
Complementary color
Monochromatic Colors of #DD4B4A
Black with #DD4B4A
Text Example
Text Example
White with #DD4B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B4A; }
p { color: rgb(221,75,74); }
H1.HeaderClassName
{
color: #DD4B4A;
}
.AnyTagClassName
{
color: #DD4B4A;
}
</style>
background-color css
<style>
a { background-color: #DD4B4A; }
a { background-color: rgb(221,75,74); }
div.DivClassName
{
background-color: #DD4B4A;
}
.BgClassName
{
background-color: #DD4B4A;
}
</style>
border-color css
<style>
span { border-color: #DD4B4A; }
span { border-color: rgb(221,75,74); }
td.TdClassName
{
border-color: #DD4B4A;
}
.TagClassName
{
border-color: #DD4B4A;
}
</style>