Html Css Color HEX #DC264C Amaranth

📋 copy color: '#DC264C'

red 220 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #DC264C

Tints of Amaranth #DC264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.38%

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

R = 65.87%
G = 11.38%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC264C (or 0xDC264C) is known color: Amaranth. HEX triplet: DC, 26 and 4C. RGB value is (220,38,76). Sum of RGB (Red+Green+Blue) = 220+38+76=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC264C is #23D9B3. Grayscale: #606060. Windows color (decimal): -2349492 or 4990684. OLE color: 4990684.

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

Color convert

RGB 220 38 76 -
CMYK 0 0.83 0.65 0.14
HSL 347.47º 0.72% 0.51% -
HSV(B) 347.47º 0.83% 0.86% -
XYZ 31.51 17.12 8.48 -
YUV 96.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 220 38 76 0 0.83 0.65 0.14 347.47 0.72 0.51
Hex DC 26 4C 0 53 41 E 15B 48 33
Octal 334 46 114 0 123 101 16 533 110 63
Binary 11011100 100110 1001100 0 1010011 1000001 1110 101011011 1001000 110011

Color Harmonies of #DC264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC264C

Black with #DC264C

Text Example


Text Example

White with #DC264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC264C; }

 p { color: rgb(220,38,76); }

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

background-color css

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

 a { background-color: rgb(220,38,76); }

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

border-color css

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

 span { border-color: rgb(220,38,76); }

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