Html Css Color HEX #DC323C Alizarin

📋 copy color: '#DC323C'

red 220 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #DC323C

Tints of Alizarin #DC323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 66.67%
G = 15.15%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC323C (or 0xDC323C) is known color: Alizarin. HEX triplet: DC, 32 and 3C. RGB value is (220,50,60). Sum of RGB (Red+Green+Blue) = 220+50+60=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC323C is #23CDC3. Grayscale: #666666. Windows color (decimal): -2346436 or 3945180. OLE color: 3945180.

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

Color convert

RGB 220 50 60 -
CMYK 0 0.77 0.73 0.14
HSL 356.47º 0.71% 0.53% -
HSV(B) 356.47º 0.77% 0.86% -
XYZ 31.47 17.82 6.06 -
YUV 101.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 220 50 60 0 0.77 0.73 0.14 356.47 0.71 0.53
Hex DC 32 3C 0 4D 49 E 164 47 35
Octal 334 62 74 0 115 111 16 544 107 65
Binary 11011100 110010 111100 0 1001101 1001001 1110 101100100 1000111 110101

Color Harmonies of #DC323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC323C

Black with #DC323C

Text Example


Text Example

White with #DC323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC323C; }

 p { color: rgb(220,50,60); }

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

background-color css

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

 a { background-color: rgb(220,50,60); }

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

border-color css

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

 span { border-color: rgb(220,50,60); }

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