Html Css Color HEX #DC3850 Amaranth

📋 copy color: '#DC3850'

red 220 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #DC3850

Tints of Amaranth #DC3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 61.8%
G = 15.73%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC3850 (or 0xDC3850) is known color: Amaranth. HEX triplet: DC, 38 and 50. RGB value is (220,56,80). Sum of RGB (Red+Green+Blue) = 220+56+80=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3850 is #23C7AF. Grayscale: #6B6B6B. Windows color (decimal): -2344880 or 5257436. OLE color: 5257436.

HSL color Cylindrical-coordinate representation of color #DC3850: hue angle of 351.22º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3850 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 80 -
CMYK 0 0.75 0.64 0.14
HSL 351.22º 0.7% 0.54% -
HSV(B) 351.22º 0.75% 0.86% -
XYZ 32.38 18.62 9.48 -
YUV 107.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 220 56 80 0 0.75 0.64 0.14 351.22 0.7 0.54
Hex DC 38 50 0 4B 40 E 15F 46 36
Octal 334 70 120 0 113 100 16 537 106 66
Binary 11011100 111000 1010000 0 1001011 1000000 1110 101011111 1000110 110110

Color Harmonies of #DC3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3850

Black with #DC3850

Text Example


Text Example

White with #DC3850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3850; }

 p { color: rgb(220,56,80); }

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

background-color css

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

 a { background-color: rgb(220,56,80); }

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

border-color css

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

 span { border-color: rgb(220,56,80); }

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