Html Css Color HEX #D6264C Amaranth

📋 copy color: '#D6264C'

red 214 ◦ green 38 ◦ blue 76

#D6264C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #D6264C

Tints of Amaranth #D6264C

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 65.24%
G = 11.59%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6264C (or 0xD6264C) is known color: Amaranth. HEX triplet: D6, 26 and 4C. RGB value is (214,38,76). Sum of RGB (Red+Green+Blue) = 214+38+76=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6264C is #29D9B3. Grayscale: #5E5E5E. Windows color (decimal): -2742708 or 4990678. OLE color: 4990678.

HSL color Cylindrical-coordinate representation of color #D6264C: hue angle of 347.05º 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 #D6264C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 76 -
CMYK 0 0.82 0.64 0.16
HSL 347.05º 0.7% 0.49% -
HSV(B) 347.05º 0.82% 0.84% -
XYZ 29.73 16.2 8.4 -
YUV 94.96 117.31 212.91 -
System Red Green Blue C M Y K H S L
Decimal 214 38 76 0 0.82 0.64 0.16 347.05 0.7 0.49
Hex D6 26 4C 0 52 40 10 15B 46 31
Octal 326 46 114 0 122 100 20 533 106 61
Binary 11010110 100110 1001100 0 1010010 1000000 10000 101011011 1000110 110001

Color Harmonies of #D6264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6264C

Black with #D6264C

Text Example


Text Example

White with #D6264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6264C; }

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

 H1.HeaderClassName
 {
   color: #D6264C;
 }
 .AnyTagClassName
 {
   color: #D6264C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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