Html Css Color HEX #DC2443 Alizarin

📋 copy color: '#DC2443'

red 220 ◦ green 36 ◦ blue 67

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

Shades of Alizarin #DC2443

Tints of Alizarin #DC2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

 BLUE value IS 67 (26.56% from 255) = 20.74%

R = 68.11%
G = 11.15%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC2443 (or 0xDC2443) is known color: Alizarin. HEX triplet: DC, 24 and 43. RGB value is (220,36,67). Sum of RGB (Red+Green+Blue) = 220+36+67=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2443 is #23DBBC. Grayscale: #5E5E5E. Windows color (decimal): -2350013 or 4400348. OLE color: 4400348.

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

Color convert

RGB 220 36 67 -
CMYK 0 0.84 0.70 0.14
HSL 349.89º 0.72% 0.5% -
HSV(B) 349.89º 0.84% 0.86% -
XYZ 31.16 16.88 6.93 -
YUV 94.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 220 36 67 0 0.84 0.70 0.14 349.89 0.72 0.5
Hex DC 24 43 0 54 46 E 15E 48 32
Octal 334 44 103 0 124 106 16 536 110 62
Binary 11011100 100100 1000011 0 1010100 1000110 1110 101011110 1001000 110010

Color Harmonies of #DC2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2443

Black with #DC2443

Text Example


Text Example

White with #DC2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2443; }

 p { color: rgb(220,36,67); }

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

background-color css

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

 a { background-color: rgb(220,36,67); }

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

border-color css

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

 span { border-color: rgb(220,36,67); }

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