Html Css Color HEX #DC274C Amaranth

📋 copy color: '#DC274C'

red 220 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #DC274C

Tints of Amaranth #DC274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 65.67%
G = 11.64%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC274C (or 0xDC274C) is known color: Amaranth. HEX triplet: DC, 27 and 4C. RGB value is (220,39,76). Sum of RGB (Red+Green+Blue) = 220+39+76=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC274C is #23D8B3. Grayscale: #616161. Windows color (decimal): -2349236 or 4990940. OLE color: 4990940.

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

Color convert

RGB 220 39 76 -
CMYK 0 0.82 0.65 0.14
HSL 347.73º 0.72% 0.51% -
HSV(B) 347.73º 0.82% 0.86% -
XYZ 31.55 17.19 8.49 -
YUV 97.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 220 39 76 0 0.82 0.65 0.14 347.73 0.72 0.51
Hex DC 27 4C 0 52 41 E 15C 48 33
Octal 334 47 114 0 122 101 16 534 110 63
Binary 11011100 100111 1001100 0 1010010 1000001 1110 101011100 1001000 110011

Color Harmonies of #DC274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC274C

Black with #DC274C

Text Example


Text Example

White with #DC274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC274C; }

 p { color: rgb(220,39,76); }

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

background-color css

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

 a { background-color: rgb(220,39,76); }

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

border-color css

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

 span { border-color: rgb(220,39,76); }

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