Shades of Valencia #DD5250
Tints of Valencia #DD5250
RGB
CMYK
RGB Variations
Color information
#DD5250 (or 0xDD5250) is known color: Valencia. HEX triplet: DD, 52 and 50. RGB value is (221,82,80). Sum of RGB (Red+Green+Blue) = 221+82+80=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5250 is #22ADAF. Grayscale: #7B7B7B. Windows color (decimal): -2272688 or 5264093. OLE color: 5264093.
HSL color Cylindrical-coordinate representation of color #DD5250: hue angle of 0.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5250 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 80 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.13 |
| HSL | 0.85º | 0.67% | 0.59% | - |
| HSV(B) | 0.85º | 0.64% | 0.87% | - |
| XYZ | 34.28 | 21.99 | 10.03 | - |
| YUV | 123.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 80 | 0 | 0.63 | 0.64 | 0.13 | 0.85 | 0.67 | 0.59 |
| Hex | DD | 52 | 50 | 0 | 3F | 40 | D | 1 | 43 | 3B |
| Octal | 335 | 122 | 120 | 0 | 77 | 100 | 15 | 1 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1010000 | 0 | 111111 | 1000000 | 1101 | 1 | 1000011 | 111011 |
Color Harmonies of #DD5250
Complementary color
Monochromatic Colors of #DD5250
Black with #DD5250
Text Example
Text Example
White with #DD5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5250; }
p { color: rgb(221,82,80); }
H1.HeaderClassName
{
color: #DD5250;
}
.AnyTagClassName
{
color: #DD5250;
}
</style>
background-color css
<style>
a { background-color: #DD5250; }
a { background-color: rgb(221,82,80); }
div.DivClassName
{
background-color: #DD5250;
}
.BgClassName
{
background-color: #DD5250;
}
</style>
border-color css
<style>
span { border-color: #DD5250; }
span { border-color: rgb(221,82,80); }
td.TdClassName
{
border-color: #DD5250;
}
.TagClassName
{
border-color: #DD5250;
}
</style>