Html Css Color HEX #DC3851 Amaranth

📋 copy color: '#DC3851'

red 220 ◦ green 56 ◦ blue 81

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

Shades of Amaranth #DC3851

Tints of Amaranth #DC3851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 61.62%
G = 15.69%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC3851 (or 0xDC3851) is known color: Amaranth. HEX triplet: DC, 38 and 51. RGB value is (220,56,81). Sum of RGB (Red+Green+Blue) = 220+56+81=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3851 is #23C7AE. Grayscale: #6B6B6B. Windows color (decimal): -2344879 or 5322972. OLE color: 5322972.

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

Color convert

RGB 220 56 81 -
CMYK 0 0.75 0.63 0.14
HSL 350.85º 0.7% 0.54% -
HSV(B) 350.85º 0.75% 0.86% -
XYZ 32.41 18.64 9.67 -
YUV 107.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 220 56 81 0 0.75 0.63 0.14 350.85 0.7 0.54
Hex DC 38 51 0 4B 3F E 15F 46 36
Octal 334 70 121 0 113 77 16 537 106 66
Binary 11011100 111000 1010001 0 1001011 111111 1110 101011111 1000110 110110

Color Harmonies of #DC3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3851

Black with #DC3851

Text Example


Text Example

White with #DC3851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3851; }

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

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

background-color css

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

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

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

border-color css

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

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

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