Shades of Amaranth #DF414B
Tints of Amaranth #DF414B
RGB
CMYK
RGB Variations
Color information
#DF414B (or 0xDF414B) is known color: Amaranth. HEX triplet: DF, 41 and 4B. RGB value is (223,65,75). Sum of RGB (Red+Green+Blue) = 223+65+75=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF414B is #20BEB4. Grayscale: #717171. Windows color (decimal): -2145973 or 4932063. OLE color: 4932063.
HSL color Cylindrical-coordinate representation of color #DF414B: hue angle of 356.2º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF414B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 75 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.13 |
| HSL | 356.2º | 0.71% | 0.56% | - |
| HSV(B) | 356.2º | 0.71% | 0.87% | - |
| XYZ | 33.59 | 19.98 | 8.74 | - |
| YUV | 113.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 75 | 0 | 0.71 | 0.66 | 0.13 | 356.2 | 0.71 | 0.56 |
| Hex | DF | 41 | 4B | 0 | 47 | 42 | D | 164 | 47 | 38 |
| Octal | 337 | 101 | 113 | 0 | 107 | 102 | 15 | 544 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1001011 | 0 | 1000111 | 1000010 | 1101 | 101100100 | 1000111 | 111000 |
Color Harmonies of #DF414B
Complementary color
Monochromatic Colors of #DF414B
Black with #DF414B
Text Example
Text Example
White with #DF414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF414B; }
p { color: rgb(223,65,75); }
H1.HeaderClassName
{
color: #DF414B;
}
.AnyTagClassName
{
color: #DF414B;
}
</style>
background-color css
<style>
a { background-color: #DF414B; }
a { background-color: rgb(223,65,75); }
div.DivClassName
{
background-color: #DF414B;
}
.BgClassName
{
background-color: #DF414B;
}
</style>
border-color css
<style>
span { border-color: #DF414B; }
span { border-color: rgb(223,65,75); }
td.TdClassName
{
border-color: #DF414B;
}
.TagClassName
{
border-color: #DF414B;
}
</style>