Html Css Color HEX #DC2034 Alizarin

📋 copy color: '#DC2034'

red 220 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #DC2034

Tints of Alizarin #DC2034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 72.37%
G = 10.53%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2034 (or 0xDC2034) is known color: Alizarin. HEX triplet: DC, 20 and 34. RGB value is (220,32,52). Sum of RGB (Red+Green+Blue) = 220+32+52=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2034 is #23DFCB. Grayscale: #5A5A5A. Windows color (decimal): -2351052 or 3416284. OLE color: 3416284.

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

Color convert

RGB 220 32 52 -
CMYK 0 0.85 0.76 0.14
HSL 353.62º 0.75% 0.49% -
HSV(B) 353.62º 0.85% 0.86% -
XYZ 30.65 16.5 4.82 -
YUV 90.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 220 32 52 0 0.85 0.76 0.14 353.62 0.75 0.49
Hex DC 20 34 0 55 4C E 162 4B 31
Octal 334 40 64 0 125 114 16 542 113 61
Binary 11011100 100000 110100 0 1010101 1001100 1110 101100010 1001011 110001

Color Harmonies of #DC2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2034

Black with #DC2034

Text Example


Text Example

White with #DC2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2034; }

 p { color: rgb(220,32,52); }

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

background-color css

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

 a { background-color: rgb(220,32,52); }

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

border-color css

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

 span { border-color: rgb(220,32,52); }

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