Html Css Color HEX #DC304B Amaranth

📋 copy color: '#DC304B'

red 220 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #DC304B

Tints of Amaranth #DC304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

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

R = 64.14%
G = 13.99%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC304B (or 0xDC304B) is known color: Amaranth. HEX triplet: DC, 30 and 4B. RGB value is (220,48,75). Sum of RGB (Red+Green+Blue) = 220+48+75=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC304B is #23CFB4. Grayscale: #666666. Windows color (decimal): -2346933 or 4927708. OLE color: 4927708.

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

Color convert

RGB 220 48 75 -
CMYK 0 0.78 0.66 0.14
HSL 350.58º 0.71% 0.53% -
HSV(B) 350.58º 0.78% 0.86% -
XYZ 31.84 17.84 8.42 -
YUV 102.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 220 48 75 0 0.78 0.66 0.14 350.58 0.71 0.53
Hex DC 30 4B 0 4E 42 E 15F 47 35
Octal 334 60 113 0 116 102 16 537 107 65
Binary 11011100 110000 1001011 0 1001110 1000010 1110 101011111 1000111 110101

Color Harmonies of #DC304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC304B

Black with #DC304B

Text Example


Text Example

White with #DC304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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