Html Css Color HEX #DC3543 Alizarin

📋 copy color: '#DC3543'

red 220 ◦ green 53 ◦ blue 67

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

Shades of Alizarin #DC3543

Tints of Alizarin #DC3543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

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

R = 64.71%
G = 15.59%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3543 (or 0xDC3543) is known color: Alizarin. HEX triplet: DC, 35 and 43. RGB value is (220,53,67). Sum of RGB (Red+Green+Blue) = 220+53+67=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3543 is #23CABC. Grayscale: #686868. Windows color (decimal): -2345661 or 4404700. OLE color: 4404700.

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

Color convert

RGB 220 53 67 -
CMYK 0 0.76 0.70 0.14
HSL 354.97º 0.7% 0.54% -
HSV(B) 354.97º 0.76% 0.86% -
XYZ 31.8 18.17 7.14 -
YUV 104.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 220 53 67 0 0.76 0.70 0.14 354.97 0.7 0.54
Hex DC 35 43 0 4C 46 E 163 46 36
Octal 334 65 103 0 114 106 16 543 106 66
Binary 11011100 110101 1000011 0 1001100 1000110 1110 101100011 1000110 110110

Color Harmonies of #DC3543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3543

Black with #DC3543

Text Example


Text Example

White with #DC3543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3543; }

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

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

background-color css

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

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

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

border-color css

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

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

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