Html Css Color HEX #DC3443 Alizarin

📋 copy color: '#DC3443'

red 220 ◦ green 52 ◦ blue 67

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

Shades of Alizarin #DC3443

Tints of Alizarin #DC3443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

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

R = 64.9%
G = 15.34%
B = 19.76%

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

#DC3443 (or 0xDC3443) is known color: Alizarin. HEX triplet: DC, 34 and 43. RGB value is (220,52,67). Sum of RGB (Red+Green+Blue) = 220+52+67=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3443 is #23CBBC. Grayscale: #686868. Windows color (decimal): -2345917 or 4404444. OLE color: 4404444.

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

Color convert

RGB 220 52 67 -
CMYK 0 0.76 0.70 0.14
HSL 354.64º 0.71% 0.53% -
HSV(B) 354.64º 0.76% 0.86% -
XYZ 31.76 18.08 7.13 -
YUV 103.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 220 52 67 0 0.76 0.70 0.14 354.64 0.71 0.53
Hex DC 34 43 0 4C 46 E 163 47 35
Octal 334 64 103 0 114 106 16 543 107 65
Binary 11011100 110100 1000011 0 1001100 1000110 1110 101100011 1000111 110101

Color Harmonies of #DC3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3443

Black with #DC3443

Text Example


Text Example

White with #DC3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3443; }

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

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

background-color css

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

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

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

border-color css

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

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

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