Html Css Color HEX #DC3139 Alizarin

📋 copy color: '#DC3139'

red 220 ◦ green 49 ◦ blue 57

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

Shades of Alizarin #DC3139

Tints of Alizarin #DC3139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 67.48%
G = 15.03%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC3139 (or 0xDC3139) is known color: Alizarin. HEX triplet: DC, 31 and 39. RGB value is (220,49,57). Sum of RGB (Red+Green+Blue) = 220+49+57=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3139 is #23CEC6. Grayscale: #656565. Windows color (decimal): -2346695 or 3748316. OLE color: 3748316.

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

Color convert

RGB 220 49 57 -
CMYK 0 0.78 0.74 0.14
HSL 357.19º 0.71% 0.53% -
HSV(B) 357.19º 0.78% 0.86% -
XYZ 31.35 17.71 5.64 -
YUV 101.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 220 49 57 0 0.78 0.74 0.14 357.19 0.71 0.53
Hex DC 31 39 0 4E 4A E 165 47 35
Octal 334 61 71 0 116 112 16 545 107 65
Binary 11011100 110001 111001 0 1001110 1001010 1110 101100101 1000111 110101

Color Harmonies of #DC3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3139

Black with #DC3139

Text Example


Text Example

White with #DC3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3139; }

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

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

background-color css

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

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

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

border-color css

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

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

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