#D6264E

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

Shades of Amaranth #D6264E

Tints of Amaranth #D6264E

Color information

#D6264E (or 0xD6264E) is unknown color: approx Amaranth. HEX triplet: D6, 26 and 4E. RGB value is (214,38,78). Sum of RGB (Red+Green+Blue) = 214+38+78=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6264E is #29D9B1. Grayscale: #5F5F5F. Windows color (decimal): -2742706 or 5121750. OLE color: 5121750.

HSL color Cylindrical-coordinate representation of color #D6264E: hue angle of 346.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6264E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2143878-
CMYK00.820.640.16
HSL346.36º69.84%49.41%-
HSV(B)346.36º82.24%83.92%-
XYZ29.816.238.77-
YUV95.18118.31212.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.85%
GREEN value IS 38 (15.23% from 255) = 11.52%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=64.85%
G=11.52%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214387800.820.640.16346.3669.8449.41
HexD6264E052401015a4631
Octal3264611601221002053210661
Binary110101101001101001110010100101000000100001010110101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6264E; }

 p { color: rgb(214,38,78); }

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

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

 a { background-color: rgb(214,38,78); }

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

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

 span { border-color: rgb(214,38,78); }

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