Shades of Amaranth #D4244B
Tints of Amaranth #D4244B
RGB
CMYK
RGB Variations
Color information
#D4244B (or 0xD4244B) is known color: Amaranth. HEX triplet: D4, 24 and 4B. RGB value is (212,36,75). Sum of RGB (Red+Green+Blue) = 212+36+75=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4244B is #2BDBB4. Grayscale: #5D5D5D. Windows color (decimal): -2874293 or 4924628. OLE color: 4924628.
HSL color Cylindrical-coordinate representation of color #D4244B: hue angle of 346.7º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4244B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 75 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.17 |
| HSL | 346.7º | 0.71% | 0.49% | - |
| HSV(B) | 346.7º | 0.83% | 0.83% | - |
| XYZ | 29.05 | 15.77 | 8.17 | - |
| YUV | 93.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 75 | 0 | 0.83 | 0.65 | 0.17 | 346.7 | 0.71 | 0.49 |
| Hex | D4 | 24 | 4B | 0 | 53 | 41 | 11 | 15B | 47 | 31 |
| Octal | 324 | 44 | 113 | 0 | 123 | 101 | 21 | 533 | 107 | 61 |
| Binary | 11010100 | 100100 | 1001011 | 0 | 1010011 | 1000001 | 10001 | 101011011 | 1000111 | 110001 |
Color Harmonies of #D4244B
Complementary color
Monochromatic Colors of #D4244B
Black with #D4244B
Text Example
Text Example
White with #D4244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4244B; }
p { color: rgb(212,36,75); }
H1.HeaderClassName
{
color: #D4244B;
}
.AnyTagClassName
{
color: #D4244B;
}
</style>
background-color css
<style>
a { background-color: #D4244B; }
a { background-color: rgb(212,36,75); }
div.DivClassName
{
background-color: #D4244B;
}
.BgClassName
{
background-color: #D4244B;
}
</style>
border-color css
<style>
span { border-color: #D4244B; }
span { border-color: rgb(212,36,75); }
td.TdClassName
{
border-color: #D4244B;
}
.TagClassName
{
border-color: #D4244B;
}
</style>