Html Css Color HEX #DC2C35 Alizarin

📋 copy color: '#DC2C35'

red 220 ◦ green 44 ◦ blue 53

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

Shades of Alizarin #DC2C35

Tints of Alizarin #DC2C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 69.4%
G = 13.88%
B = 16.72%

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

#DC2C35 (or 0xDC2C35) is known color: Alizarin. HEX triplet: DC, 2C and 35. RGB value is (220,44,53). Sum of RGB (Red+Green+Blue) = 220+44+53=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C35 is #23D3CA. Grayscale: #616161. Windows color (decimal): -2347979 or 3484892. OLE color: 3484892.

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

Color convert

RGB 220 44 53 -
CMYK 0 0.8 0.76 0.14
HSL 356.93º 0.72% 0.52% -
HSV(B) 356.93º 0.8% 0.86% -
XYZ 31.06 17.27 5.07 -
YUV 97.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 220 44 53 0 0.8 0.76 0.14 356.93 0.72 0.52
Hex DC 2C 35 0 50 4C E 165 48 34
Octal 334 54 65 0 120 114 16 545 110 64
Binary 11011100 101100 110101 0 1010000 1001100 1110 101100101 1001000 110100

Color Harmonies of #DC2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C35

Black with #DC2C35

Text Example


Text Example

White with #DC2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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