Html Css Color HEX #DC2239 Alizarin

📋 copy color: '#DC2239'

red 220 ◦ green 34 ◦ blue 57

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

Shades of Alizarin #DC2239

Tints of Alizarin #DC2239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.93%

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 70.74%
G = 10.93%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC2239 (or 0xDC2239) is known color: Alizarin. HEX triplet: DC, 22 and 39. RGB value is (220,34,57). Sum of RGB (Red+Green+Blue) = 220+34+57=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2239 is #23DDC6. Grayscale: #5C5C5C. Windows color (decimal): -2350535 or 3744476. OLE color: 3744476.

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

Color convert

RGB 220 34 57 -
CMYK 0 0.85 0.74 0.14
HSL 352.58º 0.73% 0.5% -
HSV(B) 352.58º 0.85% 0.86% -
XYZ 30.83 16.66 5.46 -
YUV 92.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 220 34 57 0 0.85 0.74 0.14 352.58 0.73 0.5
Hex DC 22 39 0 55 4A E 161 49 32
Octal 334 42 71 0 125 112 16 541 111 62
Binary 11011100 100010 111001 0 1010101 1001010 1110 101100001 1001001 110010

Color Harmonies of #DC2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2239

Black with #DC2239

Text Example


Text Example

White with #DC2239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2239; }

 p { color: rgb(220,34,57); }

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

background-color css

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

 a { background-color: rgb(220,34,57); }

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

border-color css

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

 span { border-color: rgb(220,34,57); }

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