Html Css Color HEX #DC2C31 Alizarin

📋 copy color: '#DC2C31'

red 220 ◦ green 44 ◦ blue 49

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

Shades of Alizarin #DC2C31

Tints of Alizarin #DC2C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 70.29%
G = 14.06%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2C31 (or 0xDC2C31) is known color: Alizarin. HEX triplet: DC, 2C and 31. RGB value is (220,44,49). Sum of RGB (Red+Green+Blue) = 220+44+49=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C31 is #23D3CE. Grayscale: #616161. Windows color (decimal): -2347983 or 3222748. OLE color: 3222748.

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

Color convert

RGB 220 44 49 -
CMYK 0 0.8 0.78 0.14
HSL 358.3º 0.72% 0.52% -
HSV(B) 358.3º 0.8% 0.86% -
XYZ 30.97 17.24 4.6 -
YUV 97.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 220 44 49 0 0.8 0.78 0.14 358.3 0.72 0.52
Hex DC 2C 31 0 50 4E E 166 48 34
Octal 334 54 61 0 120 116 16 546 110 64
Binary 11011100 101100 110001 0 1010000 1001110 1110 101100110 1001000 110100

Color Harmonies of #DC2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C31

Black with #DC2C31

Text Example


Text Example

White with #DC2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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