Html Css Color HEX #DC2339 Alizarin

📋 copy color: '#DC2339'

red 220 ◦ green 35 ◦ blue 57

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

Shades of Alizarin #DC2339

Tints of Alizarin #DC2339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 70.51%
G = 11.22%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC2339 (or 0xDC2339) is known color: Alizarin. HEX triplet: DC, 23 and 39. RGB value is (220,35,57). Sum of RGB (Red+Green+Blue) = 220+35+57=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2339 is #23DCC6. Grayscale: #5C5C5C. Windows color (decimal): -2350279 or 3744732. OLE color: 3744732.

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

Color convert

RGB 220 35 57 -
CMYK 0 0.84 0.74 0.14
HSL 352.86º 0.73% 0.5% -
HSV(B) 352.86º 0.84% 0.86% -
XYZ 30.85 16.71 5.47 -
YUV 92.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 220 35 57 0 0.84 0.74 0.14 352.86 0.73 0.5
Hex DC 23 39 0 54 4A E 161 49 32
Octal 334 43 71 0 124 112 16 541 111 62
Binary 11011100 100011 111001 0 1010100 1001010 1110 101100001 1001001 110010

Color Harmonies of #DC2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2339

Black with #DC2339

Text Example


Text Example

White with #DC2339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2339; }

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

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

background-color css

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

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

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

border-color css

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

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

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