Html Css Color HEX #DC2C34 Alizarin

📋 copy color: '#DC2C34'

red 220 ◦ green 44 ◦ blue 52

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

Shades of Alizarin #DC2C34

Tints of Alizarin #DC2C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 69.62%
G = 13.92%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2C34 (or 0xDC2C34) is known color: Alizarin. HEX triplet: DC, 2C and 34. RGB value is (220,44,52). Sum of RGB (Red+Green+Blue) = 220+44+52=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C34 is #23D3CB. Grayscale: #616161. Windows color (decimal): -2347980 or 3419356. OLE color: 3419356.

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

Color convert

RGB 220 44 52 -
CMYK 0 0.8 0.76 0.14
HSL 357.27º 0.72% 0.52% -
HSV(B) 357.27º 0.8% 0.86% -
XYZ 31.04 17.26 4.95 -
YUV 97.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 220 44 52 0 0.8 0.76 0.14 357.27 0.72 0.52
Hex DC 2C 34 0 50 4C E 165 48 34
Octal 334 54 64 0 120 114 16 545 110 64
Binary 11011100 101100 110100 0 1010000 1001100 1110 101100101 1001000 110100

Color Harmonies of #DC2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C34

Black with #DC2C34

Text Example


Text Example

White with #DC2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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