Html Css Color HEX #DC334B Amaranth

📋 copy color: '#DC334B'

red 220 ◦ green 51 ◦ blue 75

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

Shades of Amaranth #DC334B

Tints of Amaranth #DC334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 63.58%
G = 14.74%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC334B (or 0xDC334B) is known color: Amaranth. HEX triplet: DC, 33 and 4B. RGB value is (220,51,75). Sum of RGB (Red+Green+Blue) = 220+51+75=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC334B is #23CCB4. Grayscale: #686868. Windows color (decimal): -2346165 or 4928476. OLE color: 4928476.

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

Color convert

RGB 220 51 75 -
CMYK 0 0.77 0.66 0.14
HSL 351.48º 0.71% 0.53% -
HSV(B) 351.48º 0.77% 0.86% -
XYZ 31.97 18.09 8.46 -
YUV 104.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 220 51 75 0 0.77 0.66 0.14 351.48 0.71 0.53
Hex DC 33 4B 0 4D 42 E 15F 47 35
Octal 334 63 113 0 115 102 16 537 107 65
Binary 11011100 110011 1001011 0 1001101 1000010 1110 101011111 1000111 110101

Color Harmonies of #DC334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC334B

Black with #DC334B

Text Example


Text Example

White with #DC334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC334B; }

 p { color: rgb(220,51,75); }

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

background-color css

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

 a { background-color: rgb(220,51,75); }

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

border-color css

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

 span { border-color: rgb(220,51,75); }

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