Html Css Color HEX #D6244C Amaranth

📋 copy color: '#D6244C'

red 214 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #D6244C

Tints of Amaranth #D6244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 65.64%
G = 11.04%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6244C (or 0xD6244C) is known color: Amaranth. HEX triplet: D6, 24 and 4C. RGB value is (214,36,76). Sum of RGB (Red+Green+Blue) = 214+36+76=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6244C is #29DBB3. Grayscale: #5D5D5D. Windows color (decimal): -2743220 or 4990166. OLE color: 4990166.

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

Color convert

RGB 214 36 76 -
CMYK 0 0.83 0.64 0.16
HSL 346.52º 0.71% 0.49% -
HSV(B) 346.52º 0.83% 0.84% -
XYZ 29.67 16.08 8.38 -
YUV 93.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 214 36 76 0 0.83 0.64 0.16 346.52 0.71 0.49
Hex D6 24 4C 0 53 40 10 15B 47 31
Octal 326 44 114 0 123 100 20 533 107 61
Binary 11010110 100100 1001100 0 1010011 1000000 10000 101011011 1000111 110001

Color Harmonies of #D6244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6244C

Black with #D6244C

Text Example


Text Example

White with #D6244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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