Html Css Color HEX #DC2739 Alizarin

📋 copy color: '#DC2739'

red 220 ◦ green 39 ◦ blue 57

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

Shades of Alizarin #DC2739

Tints of Alizarin #DC2739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

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

R = 69.62%
G = 12.34%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC2739 (or 0xDC2739) is known color: Alizarin. HEX triplet: DC, 27 and 39. RGB value is (220,39,57). Sum of RGB (Red+Green+Blue) = 220+39+57=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2739 is #23D8C6. Grayscale: #5F5F5F. Windows color (decimal): -2349255 or 3745756. OLE color: 3745756.

HSL color Cylindrical-coordinate representation of color #DC2739: hue angle of 354.03º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2739 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 57 -
CMYK 0 0.82 0.74 0.14
HSL 354.03º 0.72% 0.51% -
HSV(B) 354.03º 0.82% 0.86% -
XYZ 30.98 16.96 5.51 -
YUV 95.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 220 39 57 0 0.82 0.74 0.14 354.03 0.72 0.51
Hex DC 27 39 0 52 4A E 162 48 33
Octal 334 47 71 0 122 112 16 542 110 63
Binary 11011100 100111 111001 0 1010010 1001010 1110 101100010 1001000 110011

Color Harmonies of #DC2739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2739

Black with #DC2739

Text Example


Text Example

White with #DC2739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2739; }

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

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

background-color css

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

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

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

border-color css

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

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

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