Html Css Color HEX #DC2632 Alizarin

📋 copy color: '#DC2632'

red 220 ◦ green 38 ◦ blue 50

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

Shades of Alizarin #DC2632

Tints of Alizarin #DC2632

RGB

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

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

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

R = 71.43%
G = 12.34%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2632 (or 0xDC2632) is known color: Alizarin. HEX triplet: DC, 26 and 32. RGB value is (220,38,50). Sum of RGB (Red+Green+Blue) = 220+38+50=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2632 is #23D9CD. Grayscale: #5D5D5D. Windows color (decimal): -2349518 or 3286748. OLE color: 3286748.

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

Color convert

RGB 220 38 50 -
CMYK 0 0.83 0.77 0.14
HSL 356.04º 0.72% 0.51% -
HSV(B) 356.04º 0.83% 0.86% -
XYZ 30.78 16.83 4.64 -
YUV 93.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 220 38 50 0 0.83 0.77 0.14 356.04 0.72 0.51
Hex DC 26 32 0 53 4D E 164 48 33
Octal 334 46 62 0 123 115 16 544 110 63
Binary 11011100 100110 110010 0 1010011 1001101 1110 101100100 1001000 110011

Color Harmonies of #DC2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2632

Black with #DC2632

Text Example


Text Example

White with #DC2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2632; }

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

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

background-color css

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

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

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

border-color css

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

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

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