Html Css Color HEX #DC2848 Amaranth

📋 copy color: '#DC2848'

red 220 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #DC2848

Tints of Amaranth #DC2848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

 BLUE value IS 72 (28.52% from 255) = 21.69%

R = 66.27%
G = 12.05%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC2848 (or 0xDC2848) is known color: Amaranth. HEX triplet: DC, 28 and 48. RGB value is (220,40,72). Sum of RGB (Red+Green+Blue) = 220+40+72=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2848 is #23D7B7. Grayscale: #616161. Windows color (decimal): -2348984 or 4729052. OLE color: 4729052.

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

Color convert

RGB 220 40 72 -
CMYK 0 0.82 0.67 0.14
HSL 349.33º 0.72% 0.51% -
HSV(B) 349.33º 0.82% 0.86% -
XYZ 31.44 17.2 7.79 -
YUV 97.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 220 40 72 0 0.82 0.67 0.14 349.33 0.72 0.51
Hex DC 28 48 0 52 43 E 15D 48 33
Octal 334 50 110 0 122 103 16 535 110 63
Binary 11011100 101000 1001000 0 1010010 1000011 1110 101011101 1001000 110011

Color Harmonies of #DC2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2848

Black with #DC2848

Text Example


Text Example

White with #DC2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2848; }

 p { color: rgb(220,40,72); }

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

background-color css

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

 a { background-color: rgb(220,40,72); }

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

border-color css

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

 span { border-color: rgb(220,40,72); }

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