Html Css Color HEX #DC2455 Amaranth

📋 copy color: '#DC2455'

red 220 ◦ green 36 ◦ blue 85

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

Shades of Amaranth #DC2455

Tints of Amaranth #DC2455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 64.52%
G = 10.56%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC2455 (or 0xDC2455) is known color: Amaranth. HEX triplet: DC, 24 and 55. RGB value is (220,36,85). Sum of RGB (Red+Green+Blue) = 220+36+85=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2455 is #23DBAA. Grayscale: #606060. Windows color (decimal): -2349995 or 5579996. OLE color: 5579996.

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

Color convert

RGB 220 36 85 -
CMYK 0 0.84 0.61 0.14
HSL 344.02º 0.72% 0.5% -
HSV(B) 344.02º 0.84% 0.86% -
XYZ 31.79 17.13 10.23 -
YUV 96.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 220 36 85 0 0.84 0.61 0.14 344.02 0.72 0.5
Hex DC 24 55 0 54 3D E 158 48 32
Octal 334 44 125 0 124 75 16 530 110 62
Binary 11011100 100100 1010101 0 1010100 111101 1110 101011000 1001000 110010

Color Harmonies of #DC2455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2455

Black with #DC2455

Text Example


Text Example

White with #DC2455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2455; }

 p { color: rgb(220,36,85); }

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

background-color css

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

 a { background-color: rgb(220,36,85); }

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

border-color css

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

 span { border-color: rgb(220,36,85); }

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