Html Css Color HEX #DC2A3C Alizarin

📋 copy color: '#DC2A3C'

red 220 ◦ green 42 ◦ blue 60

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

Shades of Alizarin #DC2A3C

Tints of Alizarin #DC2A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.04%

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

R = 68.32%
G = 13.04%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC2A3C (or 0xDC2A3C) is known color: Alizarin. HEX triplet: DC, 2A and 3C. RGB value is (220,42,60). Sum of RGB (Red+Green+Blue) = 220+42+60=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A3C is #23D5C3. Grayscale: #616161. Windows color (decimal): -2348484 or 3943132. OLE color: 3943132.

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

Color convert

RGB 220 42 60 -
CMYK 0 0.81 0.73 0.14
HSL 353.93º 0.72% 0.51% -
HSV(B) 353.93º 0.81% 0.86% -
XYZ 31.16 17.2 5.95 -
YUV 97.27 106.97 215.54 -
System Red Green Blue C M Y K H S L
Decimal 220 42 60 0 0.81 0.73 0.14 353.93 0.72 0.51
Hex DC 2A 3C 0 51 49 E 162 48 33
Octal 334 52 74 0 121 111 16 542 110 63
Binary 11011100 101010 111100 0 1010001 1001001 1110 101100010 1001000 110011

Color Harmonies of #DC2A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A3C

Black with #DC2A3C

Text Example


Text Example

White with #DC2A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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