Html Css Color HEX #DC2A2C Alizarin

📋 copy color: '#DC2A2C'

red 220 ◦ green 42 ◦ blue 44

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

Shades of Alizarin #DC2A2C

Tints of Alizarin #DC2A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 71.9%
G = 13.73%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC2A2C (or 0xDC2A2C) is known color: Alizarin. HEX triplet: DC, 2A and 2C. RGB value is (220,42,44). Sum of RGB (Red+Green+Blue) = 220+42+44=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A2C is #23D5D3. Grayscale: #5F5F5F. Windows color (decimal): -2348500 or 2894556. OLE color: 2894556.

HSL color Cylindrical-coordinate representation of color #DC2A2C: hue angle of 359.33º 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 #DC2A2C is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 42 44 -
CMYK 0 0.81 0.8 0.14
HSL 359.33º 0.72% 0.51% -
HSV(B) 359.33º 0.81% 0.86% -
XYZ 30.8 17.05 4.05 -
YUV 95.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 220 42 44 0 0.81 0.8 0.14 359.33 0.72 0.51
Hex DC 2A 2C 0 51 50 E 167 48 33
Octal 334 52 54 0 121 120 16 547 110 63
Binary 11011100 101010 101100 0 1010001 1010000 1110 101100111 1001000 110011

Color Harmonies of #DC2A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A2C

Black with #DC2A2C

Text Example


Text Example

White with #DC2A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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