Html Css Color HEX #DC264F Amaranth

📋 copy color: '#DC264F'

red 220 ◦ green 38 ◦ blue 79

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

Shades of Amaranth #DC264F

Tints of Amaranth #DC264F

RGB

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

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

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

R = 65.28%
G = 11.28%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC264F (or 0xDC264F) is known color: Amaranth. HEX triplet: DC, 26 and 4F. RGB value is (220,38,79). Sum of RGB (Red+Green+Blue) = 220+38+79=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC264F is #23D9B0. Grayscale: #616161. Windows color (decimal): -2349489 or 5187292. OLE color: 5187292.

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

Color convert

RGB 220 38 79 -
CMYK 0 0.83 0.64 0.14
HSL 346.48º 0.72% 0.51% -
HSV(B) 346.48º 0.83% 0.86% -
XYZ 31.62 17.17 9.04 -
YUV 97.09 117.8 215.67 -
System Red Green Blue C M Y K H S L
Decimal 220 38 79 0 0.83 0.64 0.14 346.48 0.72 0.51
Hex DC 26 4F 0 53 40 E 15A 48 33
Octal 334 46 117 0 123 100 16 532 110 63
Binary 11011100 100110 1001111 0 1010011 1000000 1110 101011010 1001000 110011

Color Harmonies of #DC264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC264F

Black with #DC264F

Text Example


Text Example

White with #DC264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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