Shades of Amaranth #D8264A
Tints of Amaranth #D8264A
RGB
CMYK
RGB Variations
Color information
#D8264A (or 0xD8264A) is known color: Amaranth. HEX triplet: D8, 26 and 4A. RGB value is (216,38,74). Sum of RGB (Red+Green+Blue) = 216+38+74=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8264A is #27D9B5. Grayscale: #5F5F5F. Windows color (decimal): -2611638 or 4859608. OLE color: 4859608.
HSL color Cylindrical-coordinate representation of color #D8264A: hue angle of 347.87º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8264A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 74 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.15 |
| HSL | 347.87º | 0.7% | 0.5% | - |
| HSV(B) | 347.87º | 0.82% | 0.85% | - |
| XYZ | 30.25 | 16.48 | 8.07 | - |
| YUV | 95.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 74 | 0 | 0.82 | 0.66 | 0.15 | 347.87 | 0.7 | 0.5 |
| Hex | D8 | 26 | 4A | 0 | 52 | 42 | F | 15C | 46 | 32 |
| Octal | 330 | 46 | 112 | 0 | 122 | 102 | 17 | 534 | 106 | 62 |
| Binary | 11011000 | 100110 | 1001010 | 0 | 1010010 | 1000010 | 1111 | 101011100 | 1000110 | 110010 |
Color Harmonies of #D8264A
Complementary color
Monochromatic Colors of #D8264A
Black with #D8264A
Text Example
Text Example
White with #D8264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8264A; }
p { color: rgb(216,38,74); }
H1.HeaderClassName
{
color: #D8264A;
}
.AnyTagClassName
{
color: #D8264A;
}
</style>
background-color css
<style>
a { background-color: #D8264A; }
a { background-color: rgb(216,38,74); }
div.DivClassName
{
background-color: #D8264A;
}
.BgClassName
{
background-color: #D8264A;
}
</style>
border-color css
<style>
span { border-color: #D8264A; }
span { border-color: rgb(216,38,74); }
td.TdClassName
{
border-color: #D8264A;
}
.TagClassName
{
border-color: #D8264A;
}
</style>