Html Css Color HEX #DC1E32 Alizarin

📋 copy color: '#DC1E32'

red 220 ◦ green 30 ◦ blue 50

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

Shades of Alizarin #DC1E32

Tints of Alizarin #DC1E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 73.33%
G = 10%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC1E32 (or 0xDC1E32) is known color: Alizarin. HEX triplet: DC, 1E and 32. RGB value is (220,30,50). Sum of RGB (Red+Green+Blue) = 220+30+50=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1E32 is #23E1CD. Grayscale: #595959. Windows color (decimal): -2351566 or 3284700. OLE color: 3284700.

HSL color Cylindrical-coordinate representation of color #DC1E32: hue angle of 353.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E32 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 30 50 -
CMYK 0 0.86 0.77 0.14
HSL 353.68º 0.76% 0.49% -
HSV(B) 353.68º 0.86% 0.86% -
XYZ 30.56 16.37 4.57 -
YUV 89.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 220 30 50 0 0.86 0.77 0.14 353.68 0.76 0.49
Hex DC 1E 32 0 56 4D E 162 4C 31
Octal 334 36 62 0 126 115 16 542 114 61
Binary 11011100 11110 110010 0 1010110 1001101 1110 101100010 1001100 110001

Color Harmonies of #DC1E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E32

Black with #DC1E32

Text Example


Text Example

White with #DC1E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E32; }

 p { color: rgb(220,30,50); }

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

background-color css

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

 a { background-color: rgb(220,30,50); }

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

border-color css

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

 span { border-color: rgb(220,30,50); }

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