Html Css Color HEX #DC3539 Alizarin

📋 copy color: '#DC3539'

red 220 ◦ green 53 ◦ blue 57

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

Shades of Alizarin #DC3539

Tints of Alizarin #DC3539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 66.67%
G = 16.06%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC3539 (or 0xDC3539) is known color: Alizarin. HEX triplet: DC, 35 and 39. RGB value is (220,53,57). Sum of RGB (Red+Green+Blue) = 220+53+57=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3539 is #23CAC6. Grayscale: #676767. Windows color (decimal): -2345671 or 3749340. OLE color: 3749340.

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

Color convert

RGB 220 53 57 -
CMYK 0 0.76 0.74 0.14
HSL 358.56º 0.7% 0.54% -
HSV(B) 358.56º 0.76% 0.86% -
XYZ 31.53 18.06 5.69 -
YUV 103.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 220 53 57 0 0.76 0.74 0.14 358.56 0.7 0.54
Hex DC 35 39 0 4C 4A E 167 46 36
Octal 334 65 71 0 114 112 16 547 106 66
Binary 11011100 110101 111001 0 1001100 1001010 1110 101100111 1000110 110110

Color Harmonies of #DC3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3539

Black with #DC3539

Text Example


Text Example

White with #DC3539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3539; }

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

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

background-color css

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

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

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

border-color css

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

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

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