Shades of Cranberry #DF5373
Tints of Cranberry #DF5373
RGB
CMYK
RGB Variations
Color information
#DF5373 (or 0xDF5373) is known color: Cranberry. HEX triplet: DF, 53 and 73. RGB value is (223,83,115). Sum of RGB (Red+Green+Blue) = 223+83+115=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5373 is #20AC8C. Grayscale: #808080. Windows color (decimal): -2141325 or 7558111. OLE color: 7558111.
HSL color Cylindrical-coordinate representation of color #DF5373: hue angle of 346.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5373 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 115 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.13 |
| HSL | 346.29º | 0.69% | 0.6% | - |
| HSV(B) | 346.29º | 0.63% | 0.87% | - |
| XYZ | 36.62 | 23.11 | 18.75 | - |
| YUV | 128.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 115 | 0 | 0.63 | 0.48 | 0.13 | 346.29 | 0.69 | 0.6 |
| Hex | DF | 53 | 73 | 0 | 3F | 30 | D | 15A | 45 | 3C |
| Octal | 337 | 123 | 163 | 0 | 77 | 60 | 15 | 532 | 105 | 74 |
| Binary | 11011111 | 1010011 | 1110011 | 0 | 111111 | 110000 | 1101 | 101011010 | 1000101 | 111100 |
Color Harmonies of #DF5373
Complementary color
Monochromatic Colors of #DF5373
Black with #DF5373
Text Example
Text Example
White with #DF5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5373; }
p { color: rgb(223,83,115); }
H1.HeaderClassName
{
color: #DF5373;
}
.AnyTagClassName
{
color: #DF5373;
}
</style>
background-color css
<style>
a { background-color: #DF5373; }
a { background-color: rgb(223,83,115); }
div.DivClassName
{
background-color: #DF5373;
}
.BgClassName
{
background-color: #DF5373;
}
</style>
border-color css
<style>
span { border-color: #DF5373; }
span { border-color: rgb(223,83,115); }
td.TdClassName
{
border-color: #DF5373;
}
.TagClassName
{
border-color: #DF5373;
}
</style>