Html Css Color HEX #DC2639 Alizarin

📋 copy color: '#DC2639'

red 220 ◦ green 38 ◦ blue 57

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

Shades of Alizarin #DC2639

Tints of Alizarin #DC2639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.06%

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

R = 69.84%
G = 12.06%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC2639 (or 0xDC2639) is known color: Alizarin. HEX triplet: DC, 26 and 39. RGB value is (220,38,57). Sum of RGB (Red+Green+Blue) = 220+38+57=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2639 is #23D9C6. Grayscale: #5E5E5E. Windows color (decimal): -2349511 or 3745500. OLE color: 3745500.

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

Color convert

RGB 220 38 57 -
CMYK 0 0.83 0.74 0.14
HSL 353.74º 0.72% 0.51% -
HSV(B) 353.74º 0.83% 0.86% -
XYZ 30.95 16.9 5.5 -
YUV 94.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 220 38 57 0 0.83 0.74 0.14 353.74 0.72 0.51
Hex DC 26 39 0 53 4A E 162 48 33
Octal 334 46 71 0 123 112 16 542 110 63
Binary 11011100 100110 111001 0 1010011 1001010 1110 101100010 1001000 110011

Color Harmonies of #DC2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2639

Black with #DC2639

Text Example


Text Example

White with #DC2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2639; }

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

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

background-color css

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

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

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

border-color css

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

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

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