Html Css Color HEX #DC264E Amaranth

📋 copy color: '#DC264E'

red 220 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #DC264E

Tints of Amaranth #DC264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.21%

R = 65.48%
G = 11.31%
B = 23.21%

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

#DC264E (or 0xDC264E) is known color: Amaranth. HEX triplet: DC, 26 and 4E. RGB value is (220,38,78). Sum of RGB (Red+Green+Blue) = 220+38+78=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC264E is #23D9B1. Grayscale: #616161. Windows color (decimal): -2349490 or 5121756. OLE color: 5121756.

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

Color convert

RGB 220 38 78 -
CMYK 0 0.83 0.65 0.14
HSL 346.81º 0.72% 0.51% -
HSV(B) 346.81º 0.83% 0.86% -
XYZ 31.58 17.15 8.85 -
YUV 96.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 220 38 78 0 0.83 0.65 0.14 346.81 0.72 0.51
Hex DC 26 4E 0 53 41 E 15B 48 33
Octal 334 46 116 0 123 101 16 533 110 63
Binary 11011100 100110 1001110 0 1010011 1000001 1110 101011011 1001000 110011

Color Harmonies of #DC264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC264E

Black with #DC264E

Text Example


Text Example

White with #DC264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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