#D3244E

Color #D3244E Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D3244E

Tints of Amaranth #D3244E

Color information

#D3244E (or 0xD3244E) is unknown color: approx Amaranth. HEX triplet: D3, 24 and 4E. RGB value is (211,36,78). Sum of RGB (Red+Green+Blue) = 211+36+78=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3244E is #2CDBB1. Grayscale: #5D5D5D. Windows color (decimal): -2939826 or 5121235. OLE color: 5121235.

HSL color Cylindrical-coordinate representation of color #D3244E: hue angle of 345.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3244E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2113678-
CMYK00.830.630.17
HSL345.6º70.85%48.43%-
HSV(B)345.6º82.94%82.75%-
XYZ28.8715.668.71-
YUV93.11119.48212.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 64.92%
GREEN value IS 36 (14.45% from 255) = 11.08%
BLUE value IS 78 (30.86% from 255) = 24%
R=64.92%
G=11.08%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211367800.830.630.17345.670.8548.43
HexD3244E0533F1115a4730
Octal323441160123772153210760
Binary11010011100100100111001010011111111100011010110101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3244E; }

 p { color: rgb(211,36,78); }

 H1.HeaderClassName
 {
   color: #D3244E;
 }
 .AnyTagClassName
 {
   color: #D3244E;
 }
</style>
background-color css

<style>
 a { background-color: #D3244E; }

 a { background-color: rgb(211,36,78); }

 div.DivClassName
 {
   background-color: #D3244E;
 }
 .BgClassName
 {
   background-color: #D3244E;
 }
</style>
border-color css

<style>
 span { border-color: #D3244E; }

 span { border-color: rgb(211,36,78); }

 td.TdClassName
 {
   border-color: #D3244E;
 }
 .TagClassName
 {
   border-color: #D3244E;
 }
</style>