Html Css Color HEX #DC2636 Alizarin

📋 copy color: '#DC2636'

red 220 ◦ green 38 ◦ blue 54

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

Shades of Alizarin #DC2636

Tints of Alizarin #DC2636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 70.51%
G = 12.18%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2636 (or 0xDC2636) is known color: Alizarin. HEX triplet: DC, 26 and 36. RGB value is (220,38,54). Sum of RGB (Red+Green+Blue) = 220+38+54=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2636 is #23D9C9. Grayscale: #5E5E5E. Windows color (decimal): -2349514 or 3548892. OLE color: 3548892.

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

Color convert

RGB 220 38 54 -
CMYK 0 0.83 0.75 0.14
HSL 354.73º 0.72% 0.51% -
HSV(B) 354.73º 0.83% 0.86% -
XYZ 30.87 16.87 5.12 -
YUV 94.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 220 38 54 0 0.83 0.75 0.14 354.73 0.72 0.51
Hex DC 26 36 0 53 4B E 163 48 33
Octal 334 46 66 0 123 113 16 543 110 63
Binary 11011100 100110 110110 0 1010011 1001011 1110 101100011 1001000 110011

Color Harmonies of #DC2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2636

Black with #DC2636

Text Example


Text Example

White with #DC2636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2636; }

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

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

background-color css

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

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

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

border-color css

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

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

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