Html Css Color HEX #DC2351 Amaranth

📋 copy color: '#DC2351'

red 220 ◦ green 35 ◦ blue 81

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

Shades of Amaranth #DC2351

Tints of Amaranth #DC2351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 65.48%
G = 10.42%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC2351 (or 0xDC2351) is known color: Amaranth. HEX triplet: DC, 23 and 51. RGB value is (220,35,81). Sum of RGB (Red+Green+Blue) = 220+35+81=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2351 is #23DCAE. Grayscale: #5F5F5F. Windows color (decimal): -2350255 or 5317596. OLE color: 5317596.

HSL color Cylindrical-coordinate representation of color #DC2351: hue angle of 345.08º degrees, saturation: 0.73, 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 #DC2351 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 81 -
CMYK 0 0.84 0.63 0.14
HSL 345.08º 0.73% 0.5% -
HSV(B) 345.08º 0.84% 0.86% -
XYZ 31.6 17.01 9.4 -
YUV 95.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 220 35 81 0 0.84 0.63 0.14 345.08 0.73 0.5
Hex DC 23 51 0 54 3F E 159 49 32
Octal 334 43 121 0 124 77 16 531 111 62
Binary 11011100 100011 1010001 0 1010100 111111 1110 101011001 1001001 110010

Color Harmonies of #DC2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2351

Black with #DC2351

Text Example


Text Example

White with #DC2351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2351; }

 p { color: rgb(220,35,81); }

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

background-color css

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

 a { background-color: rgb(220,35,81); }

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

border-color css

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

 span { border-color: rgb(220,35,81); }

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