Html Css Color HEX #DC3537 Alizarin

📋 copy color: '#DC3537'

red 220 ◦ green 53 ◦ blue 55

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

Shades of Alizarin #DC3537

Tints of Alizarin #DC3537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.77%

R = 67.07%
G = 16.16%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC3537 (or 0xDC3537) is known color: Alizarin. HEX triplet: DC, 35 and 37. RGB value is (220,53,55). Sum of RGB (Red+Green+Blue) = 220+53+55=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3537 is #23CAC8. Grayscale: #676767. Windows color (decimal): -2345673 or 3618268. OLE color: 3618268.

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

Color convert

RGB 220 53 55 -
CMYK 0 0.76 0.75 0.14
HSL 359.28º 0.7% 0.54% -
HSV(B) 359.28º 0.76% 0.86% -
XYZ 31.48 18.04 5.44 -
YUV 103.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 220 53 55 0 0.76 0.75 0.14 359.28 0.7 0.54
Hex DC 35 37 0 4C 4B E 167 46 36
Octal 334 65 67 0 114 113 16 547 106 66
Binary 11011100 110101 110111 0 1001100 1001011 1110 101100111 1000110 110110

Color Harmonies of #DC3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3537

Black with #DC3537

Text Example


Text Example

White with #DC3537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3537; }

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

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

background-color css

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

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

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

border-color css

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

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

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