Html Css Color HEX #DC2C2D Alizarin

📋 copy color: '#DC2C2D'

red 220 ◦ green 44 ◦ blue 45

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

Shades of Alizarin #DC2C2D

Tints of Alizarin #DC2C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 71.2%
G = 14.24%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC2C2D (or 0xDC2C2D) is known color: Alizarin. HEX triplet: DC, 2C and 2D. RGB value is (220,44,45). Sum of RGB (Red+Green+Blue) = 220+44+45=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C2D is #23D3D2. Grayscale: #606060. Windows color (decimal): -2347987 or 2960604. OLE color: 2960604.

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

Color convert

RGB 220 44 45 -
CMYK 0 0.8 0.80 0.14
HSL 359.66º 0.72% 0.52% -
HSV(B) 359.66º 0.8% 0.86% -
XYZ 30.89 17.21 4.18 -
YUV 96.74 98.81 215.92 -
System Red Green Blue C M Y K H S L
Decimal 220 44 45 0 0.8 0.80 0.14 359.66 0.72 0.52
Hex DC 2C 2D 0 50 50 E 168 48 34
Octal 334 54 55 0 120 120 16 550 110 64
Binary 11011100 101100 101101 0 1010000 1010000 1110 101101000 1001000 110100

Color Harmonies of #DC2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C2D

Black with #DC2C2D

Text Example


Text Example

White with #DC2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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