Html Css Color HEX #DC244F Amaranth

📋 copy color: '#DC244F'

red 220 ◦ green 36 ◦ blue 79

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

Shades of Amaranth #DC244F

Tints of Amaranth #DC244F

RGB

 RED value IS 220 (86.33% from 255) = 65.67%

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

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 65.67%
G = 10.75%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC244F (or 0xDC244F) is known color: Amaranth. HEX triplet: DC, 24 and 4F. RGB value is (220,36,79). Sum of RGB (Red+Green+Blue) = 220+36+79=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC244F is #23DBB0. Grayscale: #5F5F5F. Windows color (decimal): -2350001 or 5186780. OLE color: 5186780.

HSL color Cylindrical-coordinate representation of color #DC244F: hue angle of 345.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC244F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 79 -
CMYK 0 0.84 0.64 0.14
HSL 345.98º 0.72% 0.5% -
HSV(B) 345.98º 0.84% 0.86% -
XYZ 31.56 17.04 9.02 -
YUV 95.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 220 36 79 0 0.84 0.64 0.14 345.98 0.72 0.5
Hex DC 24 4F 0 54 40 E 15A 48 32
Octal 334 44 117 0 124 100 16 532 110 62
Binary 11011100 100100 1001111 0 1010100 1000000 1110 101011010 1001000 110010

Color Harmonies of #DC244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC244F

Black with #DC244F

Text Example


Text Example

White with #DC244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC244F; }

 p { color: rgb(220,36,79); }

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

background-color css

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

 a { background-color: rgb(220,36,79); }

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

border-color css

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

 span { border-color: rgb(220,36,79); }

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