Html Css Color HEX #DC2931 Alizarin

📋 copy color: '#DC2931'

red 220 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #DC2931

Tints of Alizarin #DC2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 70.97%
G = 13.23%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2931 (or 0xDC2931) is known color: Alizarin. HEX triplet: DC, 29 and 31. RGB value is (220,41,49). Sum of RGB (Red+Green+Blue) = 220+41+49=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2931 is #23D6CE. Grayscale: #5F5F5F. Windows color (decimal): -2348751 or 3221980. OLE color: 3221980.

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

Color convert

RGB 220 41 49 -
CMYK 0 0.81 0.78 0.14
HSL 357.32º 0.72% 0.51% -
HSV(B) 357.32º 0.81% 0.86% -
XYZ 30.86 17.02 4.56 -
YUV 95.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 220 41 49 0 0.81 0.78 0.14 357.32 0.72 0.51
Hex DC 29 31 0 51 4E E 165 48 33
Octal 334 51 61 0 121 116 16 545 110 63
Binary 11011100 101001 110001 0 1010001 1001110 1110 101100101 1001000 110011

Color Harmonies of #DC2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2931

Black with #DC2931

Text Example


Text Example

White with #DC2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2931; }

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

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

background-color css

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

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

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

border-color css

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

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

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