Html Css Color HEX #DC234A Amaranth

📋 copy color: '#DC234A'

red 220 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #DC234A

Tints of Amaranth #DC234A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 66.87%
G = 10.64%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC234A (or 0xDC234A) is known color: Amaranth. HEX triplet: DC, 23 and 4A. RGB value is (220,35,74). Sum of RGB (Red+Green+Blue) = 220+35+74=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC234A is #23DCB5. Grayscale: #5E5E5E. Windows color (decimal): -2350262 or 4858844. OLE color: 4858844.

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

Color convert

RGB 220 35 74 -
CMYK 0 0.84 0.66 0.14
HSL 347.35º 0.73% 0.5% -
HSV(B) 347.35º 0.84% 0.86% -
XYZ 31.35 16.91 8.09 -
YUV 94.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 220 35 74 0 0.84 0.66 0.14 347.35 0.73 0.5
Hex DC 23 4A 0 54 42 E 15B 49 32
Octal 334 43 112 0 124 102 16 533 111 62
Binary 11011100 100011 1001010 0 1010100 1000010 1110 101011011 1001001 110010

Color Harmonies of #DC234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC234A

Black with #DC234A

Text Example


Text Example

White with #DC234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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