Html Css Color HEX #DC4148 Amaranth

📋 copy color: '#DC4148'

red 220 ◦ green 65 ◦ blue 72

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

Shades of Amaranth #DC4148

Tints of Amaranth #DC4148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 61.62%
G = 18.21%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4148 (or 0xDC4148) is known color: Amaranth. HEX triplet: DC, 41 and 48. RGB value is (220,65,72). Sum of RGB (Red+Green+Blue) = 220+65+72=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4148 is #23BEB7. Grayscale: #707070. Windows color (decimal): -2342584 or 4735452. OLE color: 4735452.

HSL color Cylindrical-coordinate representation of color #DC4148: hue angle of 357.29º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4148 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 72 -
CMYK 0 0.70 0.67 0.14
HSL 357.29º 0.69% 0.56% -
HSV(B) 357.29º 0.7% 0.86% -
XYZ 32.58 19.46 8.17 -
YUV 112.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 220 65 72 0 0.70 0.67 0.14 357.29 0.69 0.56
Hex DC 41 48 0 46 43 E 165 45 38
Octal 334 101 110 0 106 103 16 545 105 70
Binary 11011100 1000001 1001000 0 1000110 1000011 1110 101100101 1000101 111000

Color Harmonies of #DC4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4148

Black with #DC4148

Text Example


Text Example

White with #DC4148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4148; }

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

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

background-color css

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

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

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

border-color css

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

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

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