Html Css Color HEX #DC3450 Amaranth

📋 copy color: '#DC3450'

red 220 ◦ green 52 ◦ blue 80

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

Shades of Amaranth #DC3450

Tints of Amaranth #DC3450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 62.5%
G = 14.77%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC3450 (or 0xDC3450) is known color: Amaranth. HEX triplet: DC, 34 and 50. RGB value is (220,52,80). Sum of RGB (Red+Green+Blue) = 220+52+80=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3450 is #23CBAF. Grayscale: #696969. Windows color (decimal): -2345904 or 5256412. OLE color: 5256412.

HSL color Cylindrical-coordinate representation of color #DC3450: hue angle of 350º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3450 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 52 80 -
CMYK 0 0.76 0.64 0.14
HSL 350º 0.71% 0.53% -
HSV(B) 350º 0.76% 0.86% -
XYZ 32.19 18.25 9.42 -
YUV 105.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 220 52 80 0 0.76 0.64 0.14 350 0.71 0.53
Hex DC 34 50 0 4C 40 E 15E 47 35
Octal 334 64 120 0 114 100 16 536 107 65
Binary 11011100 110100 1010000 0 1001100 1000000 1110 101011110 1000111 110101

Color Harmonies of #DC3450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3450

Black with #DC3450

Text Example


Text Example

White with #DC3450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3450; }

 p { color: rgb(220,52,80); }

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

background-color css

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

 a { background-color: rgb(220,52,80); }

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

border-color css

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

 span { border-color: rgb(220,52,80); }

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