Html Css Color HEX #DC3141 Alizarin

📋 copy color: '#DC3141'

red 220 ◦ green 49 ◦ blue 65

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

Shades of Alizarin #DC3141

Tints of Alizarin #DC3141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 65.87%
G = 14.67%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3141 (or 0xDC3141) is known color: Alizarin. HEX triplet: DC, 31 and 41. RGB value is (220,49,65). Sum of RGB (Red+Green+Blue) = 220+49+65=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3141 is #23CEBE. Grayscale: #666666. Windows color (decimal): -2346687 or 4272604. OLE color: 4272604.

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

Color convert

RGB 220 49 65 -
CMYK 0 0.78 0.70 0.14
HSL 354.39º 0.71% 0.53% -
HSV(B) 354.39º 0.78% 0.86% -
XYZ 31.57 17.79 6.77 -
YUV 101.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 220 49 65 0 0.78 0.70 0.14 354.39 0.71 0.53
Hex DC 31 41 0 4E 46 E 162 47 35
Octal 334 61 101 0 116 106 16 542 107 65
Binary 11011100 110001 1000001 0 1001110 1000110 1110 101100010 1000111 110101

Color Harmonies of #DC3141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3141

Black with #DC3141

Text Example


Text Example

White with #DC3141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3141; }

 p { color: rgb(220,49,65); }

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

background-color css

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

 a { background-color: rgb(220,49,65); }

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

border-color css

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

 span { border-color: rgb(220,49,65); }

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