Html Css Color HEX #DC2629 Alizarin

📋 copy color: '#DC2629'

red 220 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #DC2629

Tints of Alizarin #DC2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 73.58%
G = 12.71%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC2629 (or 0xDC2629) is known color: Alizarin. HEX triplet: DC, 26 and 29. RGB value is (220,38,41). Sum of RGB (Red+Green+Blue) = 220+38+41=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2629 is #23D9D6. Grayscale: #5C5C5C. Windows color (decimal): -2349527 or 2696924. OLE color: 2696924.

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

Color convert

RGB 220 38 41 -
CMYK 0 0.83 0.81 0.14
HSL 359.01º 0.72% 0.51% -
HSV(B) 359.01º 0.83% 0.86% -
XYZ 30.61 16.76 3.72 -
YUV 92.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 220 38 41 0 0.83 0.81 0.14 359.01 0.72 0.51
Hex DC 26 29 0 53 51 E 167 48 33
Octal 334 46 51 0 123 121 16 547 110 63
Binary 11011100 100110 101001 0 1010011 1010001 1110 101100111 1001000 110011

Color Harmonies of #DC2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2629

Black with #DC2629

Text Example


Text Example

White with #DC2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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