Html Css Color HEX #D6244A Amaranth

📋 copy color: '#D6244A'

red 214 ◦ green 36 ◦ blue 74

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

Shades of Amaranth #D6244A

Tints of Amaranth #D6244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 66.05%
G = 11.11%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6244A (or 0xD6244A) is known color: Amaranth. HEX triplet: D6, 24 and 4A. RGB value is (214,36,74). Sum of RGB (Red+Green+Blue) = 214+36+74=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6244A is #29DBB5. Grayscale: #5D5D5D. Windows color (decimal): -2743222 or 4859094. OLE color: 4859094.

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

Color convert

RGB 214 36 74 -
CMYK 0 0.83 0.65 0.16
HSL 347.19º 0.71% 0.49% -
HSV(B) 347.19º 0.83% 0.84% -
XYZ 29.6 16.05 8.02 -
YUV 93.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 214 36 74 0 0.83 0.65 0.16 347.19 0.71 0.49
Hex D6 24 4A 0 53 41 10 15B 47 31
Octal 326 44 112 0 123 101 20 533 107 61
Binary 11010110 100100 1001010 0 1010011 1000001 10000 101011011 1000111 110001

Color Harmonies of #D6244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6244A

Black with #D6244A

Text Example


Text Example

White with #D6244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6244A; }

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

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

background-color css

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

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

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

border-color css

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

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

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